// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "./Pwll-Gwyn-Home-Page-Off.jpg", rollover: "./Pwll-Gwyn-Home-Page-ON.jpg", w: 396, h: 129 }
};

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


ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton2" : { image: "./Pwll-Gwyn-About-OFF.png", rollover: "./Pwll-Gwyn-About-ON.png", w: 93, h: 32 },
	"NavigationButton3" : { image: "./Pwll-Gwyn-Restaurant-OFF.png", rollover: "./Pwll-Gwyn-Restaurant-ON.png", w: 129, h: 32 },
	"NavigationButton4" : { image: "./Pwll-Gwyn-accomodation-OFF.png", rollover: "./Pwll-Gwyn-accomodation-ON.png", w: 173, h: 32 },
	"NavigationButton5" : { image: "./Pwll-Gwyn-functions-OFF.png", rollover: "./Pwll-Gwyn-functions-ON.png", w: 127, h: 32 },
	"NavigationButton6" : { image: "./Pwll-Gwyn-whats-on-guide-off.png", rollover: "./Pwll-Gwyn-whats-on-guide-ON.png", w: 170, h: 32 },
	"NavigationButton7" : { image: "./Pwll-Gwyn-contact-Off.png", rollover: "./Pwll-Gwyn-contact-ON.png", w: 101, h: 32 }
};

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


ButtonsImageMapping["NavigationBar4"] = {
	"NavigationButton8" : { image: "./latest-news-pwll-gywn-off.png", rollover: "./latest-news-pwll-gywn-on.png", w: 200, h: 148 }
};

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


ButtonsImageMapping["NavigationBar5"] = {
	"NavigationButton9" : { image: "./Family_Venue_Pwll-Gwyn-OFF.png", rollover: "./Family_Venue_Pwll-Gwyn-ON.png", w: 210, h: 33 },
	"NavigationButton10" : { image: "./Events-Pwll-Gwyn-OFF.png", rollover: "./Events-Pwll-Gwyn-on.png", w: 210, h: 33 },
	"NavigationButton11" : { image: "./Directions_Pwll-Gwyn-OFF.png", rollover: "./Directions_Pwll-Gwyn-ON.png", w: 210, h: 33 }
};

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


ButtonsImageMapping["NavigationBar6"] = {
	"NavigationButton12" : { image: "./Family-Friendly-Navigation-off.jpg", rollover: "./Family-Friendly-Navigation-on.jpg", w: 196, h: 180 },
	"NavigationButton13" : { image: "./Real-Ales-Navigation-off.jpg", rollover: "./Real-Ales-Navigation-on.jpg", w: 203, h: 180 },
	"NavigationButton14" : { image: "./Boutique-rooms-Navigation-off.jpg", rollover: "./Boutique-rooms-Navigation-on.jpg", w: 215, h: 180 }
};

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


// End Navigation Bars


