// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche9" : { image: "./assets/images/autogen/Home_Hbutton3_1.gif", rollover: "./assets/images/autogen/Home_HRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche10" : { image: "./assets/images/autogen/Aktuell--_Nbutton1_1.gif", rollover: "./assets/images/autogen/Aktuell--_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche11" : { image: "./assets/images/autogen/Reiselander_Nbutton1_1.gif", rollover: "./assets/images/autogen/Reiselander_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche12" : { image: "./assets/images/autogen/Veranstalter_Nbutton1_1.gif", rollover: "./assets/images/autogen/Veranstalter_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche13" : { image: "./assets/images/autogen/holiday-autos_Nbutton1_1.gif", rollover: "./assets/images/autogen/holiday-autos_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche14" : { image: "./assets/images/autogen/Reise-Infos_Nbutton1_1.gif", rollover: "./assets/images/autogen/Reise-Infos_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche15" : { image: "./assets/images/autogen/Anfahrt_Nbutton1_1.gif", rollover: "./assets/images/autogen/Anfahrt_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche16" : { image: "./assets/images/autogen/Impressum_Nbutton1_1.gif", rollover: "./assets/images/autogen/Impressum_NRbutton2_1.gif", w: 180, h: 38 }
};

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


// End Navigation Bars


