// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "./Home_HNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./Home_HRNew_Button_from_Graphics_Editor_4_1.gif", w: 150, h: 35 },
	"NavigationButton2" : { image: "./Club_Events_NNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./Club_Events_NRNew_Button_from_Graphics_Editor_3_1.gif", w: 150, h: 35 },
	"NavigationButton3" : { image: "./Newsletter_NNew_Button_from_Graphics_Editor_3.gif", rollover: "./Newsletter_NRNew_Button_from_Graphics_Editor_3.gif", w: 150, h: 35 },
	"NavigationButton4" : { image: "./Seminars_NNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./Seminars_NRNew_Button_from_Graphics_Editor_3_1.gif", w: 150, h: 35 },
	"NavigationButton5" : { image: "./Member_Services_NNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./Member_Services_NRNew_Button_from_Graphics_Editor_3_1.gif", w: 150, h: 35 },
	"NavigationButton6" : { image: "./Photo_Gallery_NNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./Photo_Gallery_NRNew_Button_from_Graphics_Editor_3_1.gif", w: 150, h: 35 },
	"NavigationButton7" : { image: "./About_the_Club_NNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./About_the_Club_NRNew_Button_from_Graphics_Editor_3_1.gif", w: 150, h: 35 },
	"NavigationButton8" : { image: "./Contact_the_Club_NNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./Contact_the_Club_NRNew_Button_from_Graphics_Editor_3_1.gif", w: 150, h: 35 },
	"NavigationButton9" : { image: "./Technical_Info_NNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./Technical_Info_NRNew_Button_from_Graphics_Editor_3_1.gif", w: 150, h: 35 },
	"NavigationButton10" : { image: "./Tech_Videos_NNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./Tech_Videos_NRNew_Button_from_Graphics_Editor_3_1.gif", w: 150, h: 35 },
	"NavigationButton11" : { image: "./Era_Fashions_NNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./Era_Fashions_NRNew_Button_from_Graphics_Editor_3_1.gif", w: 150, h: 35 },
	"NavigationButton12" : { image: "./License___Title_NNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./License___Title_NRNew_Button_from_Graphics_Editor_3_1.gif", w: 150, h: 35 },
	"NavigationButton13" : { image: "./Links_NNew_Button_from_Graphics_Editor_3_1.gif", rollover: "./Links_NRNew_Button_from_Graphics_Editor_3_1.gif", w: 150, h: 35 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: false });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar1 ul").hide();
	$("#NavigationBar1").css('background-color', '#FFFFFF');
	$("#NavigationBar1 ul").css('background-color', '#FFFFFF');
});


// End Navigation Bars


