// 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"] = {
	"NavigationButton3" : { image: "../Home_Np1_1.gif", rollover: "../Home_NRp3_1.gif", w: 114, h: 18 },
	"NavigationButton4" : { image: "../About_us_Hp3_1.gif", rollover: "../About_us_HRp1_1.gif", w: 114, h: 18, opening: "bottom", offsetX: 0, offsetY: 18 },
	"NavigationButton10" : { image: "../Equipment_Hire_Ns1_1.gif", rollover: "../Equipment_Hire_NRs3.gif", w: 110, h: 18 },
	"NavigationButton11" : { image: "../Press_Ns1_1.gif", rollover: "../Press_NRs3.gif", w: 110, h: 18 },
	"NavigationButton5" : { image: "../Video_Np1_1.gif", rollover: "../Video_NRp3_1.gif", w: 114, h: 18 },
	"NavigationButton6" : { image: "../Bands_Np1_1.gif", rollover: "../Bands_NRp3_1.gif", w: 114, h: 18, opening: "bottom", offsetX: 0, offsetY: 18 },
	"NavigationButton12" : { image: "../Alvarez_Kings_Ns1.gif", rollover: "../Alvarez_Kings_NRs3.gif", w: 110, h: 18 },
	"NavigationButton13" : { image: "../Black_Toad_Ns1.gif", rollover: "../Black_Toad_NRs3.gif", w: 110, h: 18 },
	"NavigationButton14" : { image: "../Blue_Rock_Ns1.gif", rollover: "../Blue_Rock_NRs3.gif", w: 110, h: 18 },
	"NavigationButton15" : { image: "../Disco_Kiss_Ns1.gif", rollover: "../Disco_Kiss_NRs3.gif", w: 110, h: 18 },
	"NavigationButton16" : { image: "../Jam_Nights_Ns1.gif", rollover: "../Jam_Nights_NRs3.gif", w: 110, h: 18 },
	"NavigationButton17" : { image: "../Karen_Mulcahey_Ns1.gif", rollover: "../Karen_Mulcahey_NRs3.gif", w: 110, h: 18 },
	"NavigationButton18" : { image: "../Kaydin_Ns1.gif", rollover: "../Kaydin_NRs3.gif", w: 110, h: 18 },
	"NavigationButton19" : { image: "../Leon_Ns1.gif", rollover: "../Leon_NRs3.gif", w: 110, h: 18 },
	"NavigationButton20" : { image: "../Monte_Carlo_Safe_Crackers_Ns1.gif", rollover: "../Monte_Carlo_Safe_Crackers_NRs3.gif", w: 110, h: 18 },
	"NavigationButton21" : { image: "../Steve_Gascoigne_Ns1.gif", rollover: "../Steve_Gascoigne_NRs3.gif", w: 110, h: 18 },
	"NavigationButton22" : { image: "../Steve_Milton_Band_Ns1.gif", rollover: "../Steve_Milton_Band_NRs3.gif", w: 110, h: 18 },
	"NavigationButton23" : { image: "../The_Letter_Ns1.gif", rollover: "../The_Letter_NRs3.gif", w: 110, h: 18 },
	"NavigationButton24" : { image: "../The_Tivoli_Ns1.gif", rollover: "../The_Tivoli_NRs3.gif", w: 110, h: 18 },
	"NavigationButton25" : { image: "../Motorheadache_Ns1.gif", rollover: "../Motorheadache_NRs3.gif", w: 110, h: 18 },
	"NavigationButton26" : { image: "../East_Street_Band_Ns1.gif", rollover: "../East_Street_Band_NRs3.gif", w: 110, h: 18 },
	"NavigationButton27" : { image: "../U2-2_Ns1.gif", rollover: "../U2-2_NRs3.gif", w: 110, h: 18 },
	"NavigationButton7" : { image: "../Buy_Tickets_Np1_1.gif", rollover: "../Buy_Tickets_NRp3_1.gif", w: 114, h: 18 },
	"NavigationButton8" : { image: "../Blues_Delta_Np1_1.gif", rollover: "../Blues_Delta_NRp3_1.gif", w: 114, h: 18 },
	"NavigationButton9" : { 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 ul").hide();
});


ButtonsImageMapping["NavigationBar4"] = {
	"NavigationButton1" : { image: "../Equipment_Hire_Np1_1.gif", rollover: "../Equipment_Hire_NRp3_1.gif", w: 114, h: 18 },
	"NavigationButton2" : { image: "../Press_Np1_1.gif", rollover: "../Press_NRp3_1.gif", w: 114, h: 18 }
};

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


// End Navigation Bars

