// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Home_Hbutton3.gif", rollover: "../assets/images/autogen/Home_HRbutton2.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Zimmer_Nbutton1_1.gif", rollover: "../assets/images/autogen/Zimmer_NRbutton2_1.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Info_Nbutton1.gif", rollover: "../assets/images/autogen/Info_NRbutton2.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Forum_Nbutton1_1.gif", rollover: "../assets/images/autogen/Forum_NRbutton2_1.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Massage_Nbutton1.gif", rollover: "../assets/images/autogen/Massage_NRbutton2.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/Buchung_Nbutton1_1.gif", rollover: "../assets/images/autogen/Buchung_NRbutton2_1.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/Kontakt_Nbutton1_1.gif", rollover: "../assets/images/autogen/Kontakt_NRbutton2_1.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/Gastebuch_Nbutton1.gif", rollover: "../assets/images/autogen/Gastebuch_NRbutton2.gif", w: 120, h: 34 }
};

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


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche9" : { image: "../assets/images/autogen/Hotel_Nbutton1.gif", rollover: "../assets/images/autogen/Hotel_NRbutton2.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche10" : { image: "../assets/images/autogen/Apartments_Nbutton1.gif", rollover: "../assets/images/autogen/Apartments_NRbutton2.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche11" : { image: "../assets/images/autogen/Restaurant_Nbutton1.gif", rollover: "../assets/images/autogen/Restaurant_NRbutton2.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche12" : { image: "../assets/images/autogen/Bilder_Nbutton1.gif", rollover: "../assets/images/autogen/Bilder_NRbutton2.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche13" : { image: "../assets/images/autogen/Award_Nbutton1.gif", rollover: "../assets/images/autogen/Award_NRbutton2.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche14" : { image: "../assets/images/autogen/Links_Nbutton1.gif", rollover: "../assets/images/autogen/Links_NRbutton2.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche15" : { image: "../assets/images/autogen/Impressum_Nbutton1_1.gif", rollover: "../assets/images/autogen/Impressum_NRbutton2_1.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche16" : { image: "../assets/images/autogen/Galerie_Nbutton1_1.gif", rollover: "../assets/images/autogen/Galerie_NRbutton2_1.gif", w: 120, h: 34 }
};

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


// End Navigation Bars


