// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"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--_Nbutton1.gif", rollover: "../assets/images/autogen/Aktuell--_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Reiselander_Hbutton3_1.gif", rollover: "../assets/images/autogen/Reiselander_HRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Namibia_Hbutton3.gif", rollover: "../assets/images/autogen/Namibia_HRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Kanada_Nbutton1.gif", rollover: "../assets/images/autogen/Kanada_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/Veranstalter_Nbutton1.gif", rollover: "../assets/images/autogen/Veranstalter_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/holiday-autos_Nbutton1.gif", rollover: "../assets/images/autogen/holiday-autos_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/Reise-Infos_Nbutton1.gif", rollover: "../assets/images/autogen/Reise-Infos_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche9" : { image: "../assets/images/autogen/Anfahrt_Nbutton1.gif", rollover: "../assets/images/autogen/Anfahrt_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche10" : { image: "../assets/images/autogen/Impressum_Nbutton1.gif", rollover: "../assets/images/autogen/Impressum_NRbutton2.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


