// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste13"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/Willkommen_Hhighlighted_1_1.gif", rollover: "./assets/images/autogen/Willkommen_HRhighlightedRollover_1_1.gif", w: 159, h: 23 },
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/Aktuell_Veranstaltung_Nregular_1_1.gif", rollover: "./assets/images/autogen/Aktuell_Veranstaltung_NRregularRollover_1_1.gif", w: 159, h: 23 },
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/Markt_Weisendorf-Info_Nregular_1_1.gif", rollover: "./assets/images/autogen/Markt_Weisendorf-Info_NRregularRollover_1_1.gif", w: 159, h: 23 },
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/Aus_dem__Rathaus_Nregular_1_1.gif", rollover: "./assets/images/autogen/Aus_dem__Rathaus_NRregularRollover_1_1.gif", w: 159, h: 23 },
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/Freizeit_Kultur_Nregular_1_1.gif", rollover: "./assets/images/autogen/Freizeit_Kultur_NRregularRollover_1_1.gif", w: 159, h: 23 },
	"Navigationsschaltfläche6" : { image: "./assets/images/autogen/Gesundheit_Soziales_Nregular_1_1.gif", rollover: "./assets/images/autogen/Gesundheit_Soziales_NRregularRollover_1_1.gif", w: 159, h: 23 },
	"Navigationsschaltfläche7" : { image: "./assets/images/autogen/Gewerbe_Nregular_1_2.gif", rollover: "./assets/images/autogen/Gewerbe_NRregularRollover_1_2.gif", w: 159, h: 23 },
	"Navigationsschaltfläche8" : { image: "./assets/images/autogen/Schulen_Nregular_1_2.gif", rollover: "./assets/images/autogen/Schulen_NRregularRollover_1_2.gif", w: 159, h: 23 },
	"Navigationsschaltfläche9" : { image: "./assets/images/autogen/Kontakt_Nregular_1_1.gif", rollover: "./assets/images/autogen/Kontakt_NRregularRollover_1_1.gif", w: 159, h: 23 }
};

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


// End Navigation Bars

