// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "./assets/images/autogen/Home_Hhighlighted_1_1.gif", rollover: "./assets/images/autogen/Home_HRhighlightedRollover_1_1.gif", w: 110, h: 39 },
	"NavigationButton2" : { image: "./assets/images/autogen/About_Us_Nregular_1_1.gif", rollover: "./assets/images/autogen/About_Us_NRregularRollover_1_1.gif", w: 110, h: 39 },
	"NavigationButton3" : { image: "./assets/images/autogen/Contact_Us_Nregular_1_1.gif", rollover: "./assets/images/autogen/Contact_Us_NRregularRollover_1_1.gif", w: 110, h: 39 },
	"NavigationButton4" : { image: "./assets/images/autogen/Services_Nregular_1_1.gif", rollover: "./assets/images/autogen/Services_NRregularRollover_1_1.gif", w: 110, h: 39 },
	"NavigationButton5" : { image: "./assets/images/autogen/2010_Shows_Nregular_1_1.gif", rollover: "./assets/images/autogen/2010_Shows_NRregularRollover_1_1.gif", w: 110, h: 39 },
	"NavigationButton6" : { image: "./assets/images/autogen/2009_Shows_Nregular_1_1.gif", rollover: "./assets/images/autogen/2009_Shows_NRregularRollover_1_1.gif", w: 110, h: 39 },
	"NavigationButton7" : { image: "./assets/images/autogen/Previous_Shows_Nregular_1_1.gif", rollover: "./assets/images/autogen/Previous_Shows_NRregularRollover_1_1.gif", w: 110, h: 39 },
	"NavigationButton8" : { image: "./assets/images/autogen/Sponsor_Us_Nregular_1_1.gif", rollover: "./assets/images/autogen/Sponsor_Us_NRregularRollover_1_1.gif", w: 110, h: 39 },
	"NavigationButton9" : { image: "./assets/images/autogen/Links_Nregular_1_1.gif", rollover: "./assets/images/autogen/Links_NRregularRollover_1_1.gif", w: 110, h: 39 }
};

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


// End Navigation Bars

