// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar7"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Players_-_Home_Np1_1.gif", rollover: "../assets/images/autogen/Players_-_Home_NRp1_1.gif", w: 144, h: 20 },
	"NavigationButton2" : { image: "../assets/images/autogen/About_Us_Np1.gif", rollover: "../assets/images/autogen/About_Us_NRp1.gif", w: 144, h: 20, opening: "right", offsetX: 144, offsetY: 0 },
	"NavigationButton8" : { image: "../assets/images/autogen/Previous_Shows_Ns1.gif", rollover: "../assets/images/autogen/Previous_Shows_NRs3.gif", w: 125, h: 14 },
	"NavigationButton9" : { image: "../assets/images/autogen/Show_Posters_Ns1.gif", rollover: "../assets/images/autogen/Show_Posters_NRs3.gif", w: 125, h: 14 },
	"NavigationButton3" : { image: "../assets/images/autogen/Forthcoming_Shows_Np1.gif", rollover: "../assets/images/autogen/Forthcoming_Shows_NRp1.gif", w: 144, h: 20, opening: "right", offsetX: 144, offsetY: 0 },
	"NavigationButton10" : { image: "../assets/images/autogen/Outside_Edge_Ns1.gif", rollover: "../assets/images/autogen/Outside_Edge_NRs3.gif", w: 125, h: 14 },
	"NavigationButton4" : { image: "../assets/images/autogen/Picture_Gallery_Np1.gif", rollover: "../assets/images/autogen/Picture_Gallery_NRp1.gif", w: 144, h: 20 },
	"NavigationButton5" : { image: "../assets/images/autogen/Booking_Details_Np1.gif", rollover: "../assets/images/autogen/Booking_Details_NRp1.gif", w: 144, h: 20 },
	"NavigationButton6" : { image: "../assets/images/autogen/Links_Hp2.gif", rollover: "../assets/images/autogen/Links_HRp4.gif", w: 144, h: 20 },
	"NavigationButton7" : { image: "../assets/images/autogen/Contact_Us_Np1.gif", rollover: "../assets/images/autogen/Contact_Us_NRp1.gif", w: 144, h: 20 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar7", rollover: true, autoClose: true });
	$("#NavigationBar7").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar7_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 125, offsetY: 0 });
	$("#NavigationBar7_2").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 125, offsetY: 0 });
	$("#NavigationBar7 ul").hide();
});


// End Navigation Bars


