// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Startseite_Hregular_2.gif", rollover: "./assets/images/autogen/Startseite_HRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Wir-uber-uns_Nregular_2.gif", rollover: "./assets/images/autogen/Wir-uber-uns_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Der-Vorstand_Nregular_2.gif", rollover: "./assets/images/autogen/Der-Vorstand_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Dobersdorfer-See_Nregular_2.gif", rollover: "./assets/images/autogen/Dobersdorfer-See_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Downloads_Nregular_2.gif", rollover: "./assets/images/autogen/Downloads_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Jugendgruppe_Nregular_2.gif", rollover: "./assets/images/autogen/Jugendgruppe_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/Aale-2009_Nregular_2.gif", rollover: "./assets/images/autogen/Aale-2009_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche8" : { image: "./assets/images/autogen/Sommerfest-2010_Nregular_2.gif", rollover: "./assets/images/autogen/Sommerfest-2010_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche9" : { image: "./assets/images/autogen/Sommerfest-2011_Nregular_2.gif", rollover: "./assets/images/autogen/Sommerfest-2011_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche10" : { image: "./assets/images/autogen/Stegaufbau-2011_Nregular_2.gif", rollover: "./assets/images/autogen/Stegaufbau-2011_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche11" : { image: "./assets/images/autogen/Arbeitseinsatz-2011_Nregular_2.gif", rollover: "./assets/images/autogen/Arbeitseinsatz-2011_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche12" : { image: "./assets/images/autogen/Anangeln-2011_Nregular_2.gif", rollover: "./assets/images/autogen/Anangeln-2011_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche13" : { image: "./assets/images/autogen/Stegabbau-2011_Nregular_2.gif", rollover: "./assets/images/autogen/Stegabbau-2011_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche14" : { image: "./assets/images/autogen/Fangbilder_Nregular_2.gif", rollover: "./assets/images/autogen/Fangbilder_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche15" : { image: "./assets/images/autogen/Video_Nregular_2.gif", rollover: "./assets/images/autogen/Video_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche16" : { image: "./assets/images/autogen/Unterkunfte_Nregular_2.gif", rollover: "./assets/images/autogen/Unterkunfte_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche17" : { image: "./assets/images/autogen/Angelkarten_Nregular_2.gif", rollover: "./assets/images/autogen/Angelkarten_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche18" : { image: "./assets/images/autogen/Links_Nregular_2.gif", rollover: "./assets/images/autogen/Links_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche19" : { image: "./assets/images/autogen/Karte_Nregular_2.gif", rollover: "./assets/images/autogen/Karte_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche20" : { image: "./assets/images/autogen/Gastebuch_Nregular_2.gif", rollover: "./assets/images/autogen/Gastebuch_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche21" : { image: "./assets/images/autogen/Kontakt_Nregular_2.gif", rollover: "./assets/images/autogen/Kontakt_NRregular_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche22" : { image: "./assets/images/autogen/Impressum_Nregular_2.gif", rollover: "./assets/images/autogen/Impressum_NRregular_2.gif", w: 141, h: 25 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste2", rollover: true, autoClose: false, spacing: 1 });
	$("#Navigationsleiste2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste2 ul").hide();
	$("#Navigationsleiste2").css('background-color', '#FFCC00');
	$("#Navigationsleiste2 ul").css('background-color', '#FFCC00');
});


// End Navigation Bars


