// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Home_Nbutton1_1.gif", rollover: "../assets/images/autogen/Home_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Aktuell___Hbutton3.gif", rollover: "../assets/images/autogen/Aktuell___HRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Reiselander_Nbutton1.gif", rollover: "../assets/images/autogen/Reiselander_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Veranstalter_Nbutton1.gif", rollover: "../assets/images/autogen/Veranstalter_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/holiday_autos_Nbutton1.gif", rollover: "../assets/images/autogen/holiday_autos_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/Reise-Infos_Nbutton1.gif", rollover: "../assets/images/autogen/Reise-Infos_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/Anfahrt_Nbutton1.gif", rollover: "../assets/images/autogen/Anfahrt_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/Impressum_Nbutton1.gif", rollover: "../assets/images/autogen/Impressum_NRbutton2.gif", w: 180, h: 38 }
};

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


// End Navigation Bars


