// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "./assets/images/autogen/SECRET_GUIDE_Hgrey_button_125_1.gif", rollover: "./assets/images/autogen/SECRET_GUIDE_HRgrey_button_125_1.gif", w: 125, h: 30 },
	"NavigationButton2" : { image: "./assets/images/autogen/FEATURES_Ngrey_button_125.gif", rollover: "./assets/images/autogen/FEATURES_NRgrey_button_125.gif", w: 125, h: 30 },
	"NavigationButton3" : { image: "./assets/images/autogen/DOWNLOAD_BUY_Ngrey_button_125.gif", rollover: "./assets/images/autogen/DOWNLOAD_BUY_NRgrey_button_125.gif", w: 125, h: 30 },
	"NavigationButton4" : { image: "./assets/images/autogen/PHOTO_ALBUM_Ngrey_button_125.gif", rollover: "./assets/images/autogen/PHOTO_ALBUM_NRgrey_button_125.gif", w: 125, h: 30 },
	"NavigationButton5" : { image: "./assets/images/autogen/GIVING_BACK_Ngrey_button_125.gif", rollover: "./assets/images/autogen/GIVING_BACK_NRgrey_button_125.gif", w: 125, h: 30 },
	"NavigationButton6" : { image: "./assets/images/autogen/OUR_STORY_Ngrey_button_125_1.gif", rollover: "./assets/images/autogen/OUR_STORY_NRgrey_button_125_1.gif", w: 125, h: 30 },
	"NavigationButton7" : { image: "./assets/images/autogen/CONTACT_US_Ngrey_button_125.gif", rollover: "./assets/images/autogen/CONTACT_US_NRgrey_button_125.gif", w: 125, h: 30 },
	"NavigationButton8" : { image: "./assets/images/autogen/LINKS_Ngrey_button_125.gif", rollover: "./assets/images/autogen/LINKS_NRgrey_button_125.gif", w: 125, h: 30 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar3", rollover: true, autoClose: false });
	$("#NavigationBar3").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar3 ul").hide();
});


// End Navigation Bars

