// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/JASON_WEBER_Np1_1.gif", rollover: "../assets/images/autogen/JASON_WEBER_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton2" : { image: "../assets/images/autogen/GIGS_Np1_1.gif", rollover: "../assets/images/autogen/GIGS_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton3" : { image: "../assets/images/autogen/CDs_Hp3_1.gif", rollover: "../assets/images/autogen/CDs_HRp4_1.gif", w: 130, h: 24 },
	"NavigationButton4" : { image: "../assets/images/autogen/BIO___PRESS_Np1_1.gif", rollover: "../assets/images/autogen/BIO___PRESS_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton5" : { image: "../assets/images/autogen/BOOKING___DEMOS_Np1_1.gif", rollover: "../assets/images/autogen/BOOKING___DEMOS_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton6" : { image: "../assets/images/autogen/LESSONS_Np1_1.gif", rollover: "../assets/images/autogen/LESSONS_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton7" : { image: "../assets/images/autogen/RECORDING_SERVICES_Np1_1.gif", rollover: "../assets/images/autogen/RECORDING_SERVICES_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton8" : { image: "../assets/images/autogen/CONTACT_Np1_1.gif", rollover: "../assets/images/autogen/CONTACT_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton9" : { image: "../assets/images/autogen/PHOTOS___VIDEO_Np1_1.gif", rollover: "../assets/images/autogen/PHOTOS___VIDEO_NRp2_1.gif", w: 130, h: 24 }
};

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


// End Navigation Bars

