// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "./assets/images/autogen/Welcome_Hregular_1_1.gif", rollover: "./assets/images/autogen/Welcome_HRregular_1_1.gif", w: 158, h: 39 },
	"NavigationButton2" : { image: "./assets/images/autogen/Ministries_Nregular_1_1.gif", rollover: "./assets/images/autogen/Ministries_NRregular_1_1.gif", w: 158, h: 39, opening: "bottom", offsetX: 0, offsetY: 39 },
	"NavigationButton10" : { image: "./assets/images/autogen/NOWW_Nregular_1.gif", rollover: "./assets/images/autogen/NOWW_NRregular_1.gif", w: 158, h: 39 },
	"NavigationButton12" : { image: "./assets/images/autogen/Prayer_Shawl_Nregular_1.gif", rollover: "./assets/images/autogen/Prayer_Shawl_NRregular_1.gif", w: 158, h: 39 },
	"NavigationButton14" : { image: "./assets/images/autogen/UMW_Nregular_1.gif", rollover: "./assets/images/autogen/UMW_NRregular_1.gif", w: 158, h: 39 },
	"NavigationButton16" : { image: "./assets/images/autogen/church_officers_Nregular_1.gif", rollover: "./assets/images/autogen/church_officers_NRregular_1.gif", w: 158, h: 39 },
	"NavigationButton3" : { image: "./assets/images/autogen/Wednesday__Night_GROW_Nregular_1_1.gif", rollover: "./assets/images/autogen/Wednesday__Night_GROW_NRregular_1_1.gif", w: 158, h: 39 },
	"NavigationButton4" : { image: "./assets/images/autogen/Staff_Nregular_1_1.gif", rollover: "./assets/images/autogen/Staff_NRregular_1_1.gif", w: 158, h: 39 },
	"NavigationButton5" : { image: "./assets/images/autogen/Newsletter___Calendar_Nregular_1_1.gif", rollover: "./assets/images/autogen/Newsletter___Calendar_NRregular_1_1.gif", w: 158, h: 39, opening: "bottom", offsetX: 0, offsetY: 39 },
	"NavigationButton21" : { image: "./assets/images/autogen/Upcoming_Events_Nregular_1.gif", rollover: "./assets/images/autogen/Upcoming_Events_NRregular_1.gif", w: 158, h: 39 },
	"NavigationButton6" : { image: "./assets/images/autogen/Photos_Nregular_1_1.gif", rollover: "./assets/images/autogen/Photos_NRregular_1_1.gif", w: 158, h: 39, opening: "bottom", offsetX: 0, offsetY: 39 },
	"NavigationButton24" : { image: "./assets/images/autogen/New_Members_Nregular_1.gif", rollover: "./assets/images/autogen/New_Members_NRregular_1.gif", w: 158, h: 39 },
	"NavigationButton7" : { image: "./assets/images/autogen/Wedding_Building___Use_PolicieNregular_1_1.gif", rollover: "./assets/images/autogen/Wedding_Building___Use_PolicieNRregular_1_1.gif", w: 158, h: 39 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: false });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar1_1").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 39 });
	$("#NavigationBar1_2").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 39 });
	$("#NavigationBar1_3").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 39 });
	$("#NavigationBar1 ul").hide();
});


// End Navigation Bars


