// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton1" : { image: "./assets/images/autogen/Home_Hhighlighted_1sm.gif", rollover: "./assets/images/autogen/Home_HRhighlightedRollover_1sm.gif", w: 130, h: 25 },
	"NavigationButton2" : { image: "./assets/images/autogen/About_Nregular_1sm.gif", rollover: "./assets/images/autogen/About_NRregularRollover_1sm.gif", w: 130, h: 25 },
	"NavigationButton3" : { image: "./assets/images/autogen/Brands_Nregular_1sm.gif", rollover: "./assets/images/autogen/Brands_NRregularRollover_1sm.gif", w: 130, h: 25 },
	"NavigationButton4" : { image: "./assets/images/autogen/Directions_Hours_Nregular_1sm.gif", rollover: "./assets/images/autogen/Directions_Hours_NRregularRollover_1sm.gif", w: 130, h: 25 },
	"NavigationButton5" : { image: "./assets/images/autogen/Photo_Gallery_Nregular_1sm.gif", rollover: "./assets/images/autogen/Photo_Gallery_NRregularRollover_1sm.gif", w: 130, h: 25, opening: "bottom", offsetX: 0, offsetY: 25 },
	"NavigationButton8" : { image: "./assets/images/autogen/Monday_Outings_Nregular_1sm.gif", rollover: "./assets/images/autogen/Monday_Outings_NRregularRollover_1sm.gif", w: 130, h: 25 },
	"NavigationButton9" : { image: "./assets/images/autogen/Book_Signing_Photos_Nregular_1sm.gif", rollover: "./assets/images/autogen/Book_Signing_Photos_NRregularRollover_1sm.gif", w: 130, h: 25 },
	"NavigationButton6" : { image: "./assets/images/autogen/Local_Maps_Nregular_1sm.gif", rollover: "./assets/images/autogen/Local_Maps_NRregularRollover_1sm.gif", w: 130, h: 25 },
	"NavigationButton7" : { image: "./assets/images/autogen/Employment_Nregular_1sm.gif", rollover: "./assets/images/autogen/Employment_NRregularRollover_1sm.gif", w: 130, h: 25 }
};

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


// End Navigation Bars


