// 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 },
	"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/Projektberichte_Nregular_1_1.gif", rollover: "../assets/images/autogen/Projektberichte_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/Gastebuch_Nregular_1_1.gif", rollover: "../assets/images/autogen/Gastebuch_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/Links_Nregular_1_1.gif", rollover: "../assets/images/autogen/Links_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/Kontakt_Nregular_1_1.gif", rollover: "../assets/images/autogen/Kontakt_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Ubersicht_Nregular_1_1.gif", rollover: "../assets/images/autogen/Ubersicht_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Impressum_Nregular_1_1.gif", rollover: "../assets/images/autogen/Impressum_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche11" : { 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 ul").hide();
});


// End Navigation Bars


