// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/Home_Nregular_1.gif", rollover: "../assets/images/autogen/Home_NRregularRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/Hotel_Nregular_1_1.gif", rollover: "../assets/images/autogen/Hotel_NRregularRollover_1_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/Restaurante__Nregular_1.gif", rollover: "../assets/images/autogen/Restaurante__NRregularRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/Aktionen_Hhighlighted_1_1.gif", rollover: "../assets/images/autogen/Aktionen_HRhighlightedRollover_1_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/Wandern_Nregular_1.gif", rollover: "../assets/images/autogen/Wandern_NRregularRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/Rheinsteig_Nregular_1.gif", rollover: "../assets/images/autogen/Rheinsteig_NRregularRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/Kegeln_Nregular_1.gif", rollover: "../assets/images/autogen/Kegeln_NRregularRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/Wellness_Nregular_1.gif", rollover: "../assets/images/autogen/Wellness_NRregularRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche19" : { image: "../assets/images/autogen/Schiessstand_Nregular_1.gif", rollover: "../assets/images/autogen/Schiessstand_NRregularRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche20" : { image: "../assets/images/autogen/Ausfluge_Nregular_1.gif", rollover: "../assets/images/autogen/Ausfluge_NRregularRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche21" : { image: "../assets/images/autogen/Kontakt_Nregular_1_1.gif", rollover: "../assets/images/autogen/Kontakt_NRregularRollover_1_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche22" : { image: "../assets/images/autogen/Gallerie_Nregular_1.gif", rollover: "../assets/images/autogen/Gallerie_NRregularRollover_1.gif", w: 137, h: 21 },
	"Navigationsschaltfläche23" : { image: "../assets/images/autogen/Impressum_Nregular_1.gif", rollover: "../assets/images/autogen/Impressum_NRregularRollover_1.gif", w: 137, h: 21 }
};

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


// End Navigation Bars


