// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/54._Saison_Ns1_1.gif", rollover: "../assets/images/autogen/54._Saison_NRs2_1.gif", w: 140, h: 31 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/53._Saison_Ns1_1.gif", rollover: "../assets/images/autogen/53._Saison_NRs2_1.gif", w: 140, h: 31 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/Chronik_Ns1_1.gif", rollover: "../assets/images/autogen/Chronik_NRs2_1.gif", w: 140, h: 31 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/_Prinzenpaare_Ns1_1.gif", rollover: "../assets/images/autogen/_Prinzenpaare_NRs2_1.gif", w: 140, h: 31 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/Prasidenten_Ns1_1.gif", rollover: "../assets/images/autogen/Prasidenten_NRs2_1.gif", w: 140, h: 31 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/alle_Mottos_Ns1_1.gif", rollover: "../assets/images/autogen/alle_Mottos_NRs2_1.gif", w: 140, h: 31 }
};

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

ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/Home__RKG_Np1.gif", rollover: "../assets/images/autogen/Home__RKG_NRp2.gif", w: 138, h: 30 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/55_Saison_Np1.gif", rollover: "../assets/images/autogen/55_Saison_NRp2.gif", w: 138, h: 30 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Termine_Np1.gif", rollover: "../assets/images/autogen/Termine_NRp2.gif", w: 138, h: 30 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Bauvorhaben_Np1.gif", rollover: "../assets/images/autogen/Bauvorhaben_NRp2.gif", w: 138, h: 30 },
	"Navigationsschaltfläche11" : { image: "../assets/images/autogen/Sommerfest_09_Np1.gif", rollover: "../assets/images/autogen/Sommerfest_09_NRp2.gif", w: 138, h: 30 },
	"Navigationsschaltfläche12" : { image: "../assets/images/autogen/Vorstand_Np1.gif", rollover: "../assets/images/autogen/Vorstand_NRp2.gif", w: 138, h: 30 },
	"Navigationsschaltfläche13" : { image: "../assets/images/autogen/Garde_Np1.gif", rollover: "../assets/images/autogen/Garde_NRp2.gif", w: 138, h: 30 },
	"Navigationsschaltfläche14" : { image: "../assets/images/autogen/Historisches_Hp3.gif", rollover: "../assets/images/autogen/Historisches_HRp4.gif", w: 138, h: 30 }
};

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


// End Navigation Bars

