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


// End Navigation Bars

