// 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_Np1_1.gif", rollover: "../../../About_us_NRp3_1.gif", w: 114, h: 18, opening: "bottom", offsetX: 0, offsetY: 18 },
	"NavigationButton7" : { image: "../../../Venue_stats_Ns1_1.gif", rollover: "../../../Venue_stats_NRs3.gif", w: 110, h: 18 },
	"NavigationButton8" : { image: "../../../Floorplan_Ns1_1.gif", rollover: "../../../Floorplan_NRs3.gif", w: 110, h: 18 },
	"NavigationButton9" : { image: "../../../Press_Ns1_1.gif", rollover: "../../../Press_NRs3.gif", w: 110, h: 18 },
	"NavigationButton10" : { image: "../../../Bands_Ns1.gif", rollover: "../../../Bands_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: "../../../Karen_Mulcahey_Ns1.gif", rollover: "../../../Karen_Mulcahey_NRs3.gif", w: 110, h: 18 },
	"NavigationButton14" : { image: "../../../Leon_Ns1.gif", rollover: "../../../Leon_NRs3.gif", w: 110, h: 18 },
	"NavigationButton15" : { image: "../../../Red_Shed_Ns1.gif", rollover: "../../../Red_Shed_NRs3.gif", w: 110, h: 18 },
	"NavigationButton16" : { image: "../../../Steve_Gascoigne_Ns1.gif", rollover: "../../../Steve_Gascoigne_NRs3.gif", w: 110, h: 18 },
	"NavigationButton17" : { image: "../../../Steve_Milton_Band_Ns1.gif", rollover: "../../../Steve_Milton_Band_NRs3.gif", w: 110, h: 18 },
	"NavigationButton18" : { image: "../../../The_Letter_Ns1.gif", rollover: "../../../The_Letter_NRs3.gif", w: 110, h: 18 },
	"NavigationButton19" : { 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: "../../../Getting_Here_Hp3_1.gif", rollover: "../../../Getting_Here_HRp1_1.gif", w: 114, h: 18, opening: "bottom", offsetX: 0, offsetY: 18 },
	"NavigationButton20" : { image: "../../../Buy_Tickets_Ns1_1.gif", rollover: "../../../Buy_Tickets_NRs3.gif", w: 110, h: 18 },
	"NavigationButton21" : { image: "../../../Rudis_Blues_Cafe_-_tickets_Ns1.gif", rollover: "../../../Rudis_Blues_Cafe_-_tickets_NRs3.gif", w: 110, 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_4").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 110, offsetY: 0 });
	$("#NavigationBar3_5").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 110, offsetY: 0 });
	$("#NavigationBar3 ul").hide();
});


// End Navigation Bars

