// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton10" : { image: "../assets/images/autogen/JASON_WEBER_Np1_1.gif", rollover: "../assets/images/autogen/JASON_WEBER_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton11" : { image: "../assets/images/autogen/GIGS_Np1_1.gif", rollover: "../assets/images/autogen/GIGS_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton12" : { image: "../assets/images/autogen/CDs_Np1_1.gif", rollover: "../assets/images/autogen/CDs_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton13" : { image: "../assets/images/autogen/BIO___PRESS_Np1_1.gif", rollover: "../assets/images/autogen/BIO___PRESS_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton14" : { image: "../assets/images/autogen/BOOKING___DEMOS_Np1_1.gif", rollover: "../assets/images/autogen/BOOKING___DEMOS_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton15" : { image: "../assets/images/autogen/LESSONS_Np1_1.gif", rollover: "../assets/images/autogen/LESSONS_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton16" : { image: "../assets/images/autogen/RECORDING_SERVICES_Np1_1.gif", rollover: "../assets/images/autogen/RECORDING_SERVICES_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton17" : { image: "../assets/images/autogen/CONTACT_Np1_1.gif", rollover: "../assets/images/autogen/CONTACT_NRp2_1.gif", w: 130, h: 24 },
	"NavigationButton18" : { image: "../assets/images/autogen/PHOTOS___VIDEO_Hp3_1.gif", rollover: "../assets/images/autogen/PHOTOS___VIDEO_HRp4_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

