// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/HOME_Nbutton1.gif", rollover: "../assets/images/autogen/HOME_NRbutton3.gif", w: 101, h: 36 },
	"NavigationButton2" : { image: "../assets/images/autogen/WELCOME_Nbutton1.gif", rollover: "../assets/images/autogen/WELCOME_NRbutton3.gif", w: 101, h: 36 },
	"NavigationButton3" : { image: "../assets/images/autogen/PROGRAM_Nbutton1.gif", rollover: "../assets/images/autogen/PROGRAM_NRbutton3.gif", w: 101, h: 36 },
	"NavigationButton4" : { image: "../assets/images/autogen/SOUND_LOUNGE_Hbutton2.gif", rollover: "../assets/images/autogen/SOUND_LOUNGE_HRbutton4.gif", w: 101, h: 36 },
	"NavigationButton5" : { image: "../assets/images/autogen/SURVEY_Nbutton1.gif", rollover: "../assets/images/autogen/SURVEY_NRbutton3.gif", w: 101, h: 36 },
	"NavigationButton6" : { image: "../assets/images/autogen/SPONSORS_Nbutton1.gif", rollover: "../assets/images/autogen/SPONSORS_NRbutton3.gif", w: 101, h: 36 },
	"NavigationButton7" : { image: "../assets/images/autogen/MANAGEMENT_Nbutton1.gif", rollover: "../assets/images/autogen/MANAGEMENT_NRbutton3.gif", w: 101, h: 36 },
	"NavigationButton8" : { image: "../assets/images/autogen/PRESENTERS_Nbutton1.gif", rollover: "../assets/images/autogen/PRESENTERS_NRbutton3.gif", w: 101, h: 36 },
	"NavigationButton9" : { image: "../assets/images/autogen/NEWS_Nbutton1.gif", rollover: "../assets/images/autogen/NEWS_NRbutton3.gif", w: 101, h: 36 },
	"NavigationButton10" : { image: "../assets/images/autogen/EVENTS_Nbutton1.gif", rollover: "../assets/images/autogen/EVENTS_NRbutton3.gif", w: 101, h: 36 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar2", rollover: true, autoClose: false, spacing: 6 });
	$("#NavigationBar2").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar2 ul").hide();
	$("#NavigationBar2").css('border', '2px solid gray');
	$("#NavigationBar2").css('border-style', 'outset');
	$("#NavigationBar2 ul").css('border', '2px solid gray');
	$("#NavigationBar2 ul").css('border-style', 'outset');
});


// End Navigation Bars

