// 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");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "../../../../Home_Np1_1.gif", rollover: "../../../../Home_NRp3_1.gif", w: 114, h: 18 },
	"NavigationButton2" : { image: "../../../../About_us_Hp3_1.gif", rollover: "../../../../About_us_HRp1_1.gif", w: 114, h: 18, opening: "bottom", offsetX: 0, offsetY: 18 },
	"NavigationButton7" : { image: "../../../../Equipment_Hire_Ns1_1.gif", rollover: "../../../../Equipment_Hire_NRs3.gif", w: 110, h: 18 },
	"NavigationButton8" : { image: "../../../../Press_Ns1_1.gif", rollover: "../../../../Press_NRs3.gif", w: 110, h: 18 },
	"NavigationButton9" : { image: "../../../../Bands_Ns1.gif", rollover: "../../../../Bands_NRs3.gif", w: 110, h: 18 },
	"NavigationButton10" : { image: "../../../../Black_Toad_Ns1.gif", rollover: "../../../../Black_Toad_NRs3.gif", w: 110, h: 18 },
	"NavigationButton11" : { image: "../../../../Blue_Rock_Ns1.gif", rollover: "../../../../Blue_Rock_NRs3.gif", w: 110, h: 18 },
	"NavigationButton12" : { image: "../../../../Karen_Mulcahey_Ns1.gif", rollover: "../../../../Karen_Mulcahey_NRs3.gif", w: 110, h: 18 },
	"NavigationButton13" : { image: "../../../../Leon_Ns1.gif", rollover: "../../../../Leon_NRs3.gif", w: 110, h: 18 },
	"NavigationButton14" : { image: "../../../../Red_Shed_Ns1.gif", rollover: "../../../../Red_Shed_NRs3.gif", w: 110, h: 18 },
	"NavigationButton15" : { image: "../../../../Steve_Gascoigne_Ns1.gif", rollover: "../../../../Steve_Gascoigne_NRs3.gif", w: 110, h: 18 },
	"NavigationButton16" : { image: "../../../../Steve_Milton_Band_Ns1.gif", rollover: "../../../../Steve_Milton_Band_NRs3.gif", w: 110, h: 18 },
	"NavigationButton17" : { image: "../../../../The_Letter_Ns1.gif", rollover: "../../../../The_Letter_NRs3.gif", w: 110, h: 18 },
	"NavigationButton18" : { image: "../../../../Jam_Nights_Ns1.gif", rollover: "../../../../Jam_Nights_NRs3.gif", w: 110, h: 18 },
	"NavigationButton3" : { image: "../../../../Blues_Delta_Np1_1.gif", rollover: "../../../../Blues_Delta_NRp3_1.gif", w: 114, h: 18 },
	"NavigationButton4" : { image: "../../../../Video_Np1_1.gif", rollover: "../../../../Video_NRp3_1.gif", w: 114, h: 18 },
	"NavigationButton5" : { image: "../../../../Buy_Tickets_Np1_1.gif", rollover: "../../../../Buy_Tickets_NRp3_1.gif", w: 114, h: 18 },
	"NavigationButton6" : { image: "../../../../Contacts_-_Links_Np1_1.gif", rollover: "../../../../Contacts_-_Links_NRp3_1.gif", w: 114, h: 18 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar3", rollover: true, autoClose: true });
	$("#NavigationBar3").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar3_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 110, offsetY: 0 });
	$("#NavigationBar3_2").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 110, offsetY: 0 });
	$("#NavigationBar3_3").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 110, offsetY: 0 });
	$("#NavigationBar3 ul").hide();
});


// End Navigation Bars

