// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/_Nenden22.gif", rollover: "../assets/images/autogen/_NRenden22.gif", w: 143, h: 8 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/Home_Nregular_1_1.gif", rollover: "../assets/images/autogen/Home_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/Die_Teamer_Nregular_1_1.gif", rollover: "../assets/images/autogen/Die_Teamer_NRregularRollover_1_1.gif", w: 141, h: 25, opening: "right", offsetX: 141, offsetY: 0 },
	"Navigationsschaltfläche17" : { image: "../assets/images/autogen/Judith_Hahn_Nregular_1.gif", rollover: "../assets/images/autogen/Judith_Hahn_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche18" : { image: "../assets/images/autogen/Kolja_Kaldun_Nregular_1.gif", rollover: "../assets/images/autogen/Kolja_Kaldun_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche19" : { image: "../assets/images/autogen/Christine_Lander_Nregular_1.gif", rollover: "../assets/images/autogen/Christine_Lander_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/Angebote_Hregular_1_1.gif", rollover: "../assets/images/autogen/Angebote_HRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/Musik_m.Theater_Nregular_1_1.gif", rollover: "../assets/images/autogen/Musik_m.Theater_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/Trainerprasenz_Hregular_1.gif", rollover: "../assets/images/autogen/Trainerprasenz_HRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/Zauberseminar_Nregular_1_1.gif", rollover: "../assets/images/autogen/Zauberseminar_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/Anti-Mobbing_Nregular_1_1.gif", rollover: "../assets/images/autogen/Anti-Mobbing_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Hochzeitsspezial_Nregular_1_1.gif", rollover: "../assets/images/autogen/Hochzeitsspezial_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Projektberichte_Nregular_1_1.gif", rollover: "../assets/images/autogen/Projektberichte_NRregularRollover_1_1.gif", w: 141, h: 25, opening: "right", offsetX: 141, offsetY: 0 },
	"Navigationsschaltfläche20" : { image: "../assets/images/autogen/Strassentheater__Nregular_1.gif", rollover: "../assets/images/autogen/Strassentheater__NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche21" : { image: "../assets/images/autogen/Zauberschrauber_Nregular_1.gif", rollover: "../assets/images/autogen/Zauberschrauber_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche22" : { image: "../assets/images/autogen/Stockkampftanz_Nregular_1.gif", rollover: "../assets/images/autogen/Stockkampftanz_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche11" : { image: "../assets/images/autogen/Gastebuch_Nregular_1_1.gif", rollover: "../assets/images/autogen/Gastebuch_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche12" : { image: "../assets/images/autogen/Links_Nregular_1_1.gif", rollover: "../assets/images/autogen/Links_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche13" : { image: "../assets/images/autogen/Kontakt_Nregular_1_1.gif", rollover: "../assets/images/autogen/Kontakt_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche14" : { image: "../assets/images/autogen/Ubersicht_Nregular_1_1.gif", rollover: "../assets/images/autogen/Ubersicht_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche15" : { image: "../assets/images/autogen/Impressum_Nregular_1_1.gif", rollover: "../assets/images/autogen/Impressum_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche16" : { image: "../assets/images/autogen/_Nunten.gif", rollover: "../assets/images/autogen/_NRunten.gif", w: 143, h: 8 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste1", rollover: true, autoClose: true });
	$("#Navigationsleiste1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste1_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 141, offsetY: 0 });
	$("#Navigationsleiste1_2").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 141, offsetY: 0 });
	$("#Navigationsleiste1 ul").hide();
});


// End Navigation Bars


