// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche15" : { image: "../assets/images/autogen/Home_Nbutton1_1.gif", rollover: "../assets/images/autogen/Home_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche16" : { image: "../assets/images/autogen/Aktuell--_Nbutton1_1.gif", rollover: "../assets/images/autogen/Aktuell--_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche17" : { image: "../assets/images/autogen/Reiselander_Nbutton1_1.gif", rollover: "../assets/images/autogen/Reiselander_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche18" : { image: "../assets/images/autogen/Veranstalter_Hbutton3_1.gif", rollover: "../assets/images/autogen/Veranstalter_HRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche19" : { image: "../assets/images/autogen/AIDA_Nbutton1.gif", rollover: "../assets/images/autogen/AIDA_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche20" : { image: "../assets/images/autogen/Hurtigruten_Nbutton1.gif", rollover: "../assets/images/autogen/Hurtigruten_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche21" : { image: "../assets/images/autogen/Chamaeleon-Reisen_Nbutton1.gif", rollover: "../assets/images/autogen/Chamaeleon-Reisen_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche22" : { image: "../assets/images/autogen/ITS-Touristik_Nbutton1.gif", rollover: "../assets/images/autogen/ITS-Touristik_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche23" : { image: "../assets/images/autogen/Ferienhauser_Nbutton1.gif", rollover: "../assets/images/autogen/Ferienhauser_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche24" : { image: "../assets/images/autogen/Hotels_Nbutton1.gif", rollover: "../assets/images/autogen/Hotels_NRbutton2.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche25" : { image: "../assets/images/autogen/holiday-autos_Nbutton1_1.gif", rollover: "../assets/images/autogen/holiday-autos_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche26" : { image: "../assets/images/autogen/Reise-Infos_Nbutton1_1.gif", rollover: "../assets/images/autogen/Reise-Infos_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche27" : { image: "../assets/images/autogen/Anfahrt_Nbutton1_1.gif", rollover: "../assets/images/autogen/Anfahrt_NRbutton2_1.gif", w: 180, h: 38 },
	"Navigationsschaltflaeche28" : { 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


