// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/The_Tours_NJM_sek.jpg", rollover: "../assets/images/autogen/The_Tours_NRJM_sek.jpg", w: 155, h: 22 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Disclaimer_NJM_sek.jpg", rollover: "../assets/images/autogen/Disclaimer_NRJM_sek.jpg", w: 155, h: 22 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Contact_NJM_sek.jpg", rollover: "../assets/images/autogen/Contact_NRJM_sek.jpg", w: 155, h: 22 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/German_Version_NJM_sek.jpg", rollover: "../assets/images/autogen/German_Version_NRJM_sek.jpg", w: 155, h: 22 }
};

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


ButtonsImageMapping["Navigationsleiste6"] = {
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/About_Us_NJM_sek.jpg", rollover: "../assets/images/autogen/About_Us_NRJM_sek.jpg", w: 155, h: 22 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/The_Tours_NJM_sek.jpg", rollover: "../assets/images/autogen/The_Tours_NRJM_sek.jpg", w: 155, h: 22 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/Service_Info_NJM_sek.jpg", rollover: "../assets/images/autogen/Service_Info_NRJM_sek.jpg", w: 155, h: 22 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/Flights_NJM_sek.jpg", rollover: "../assets/images/autogen/Flights_NRJM_sek.jpg", w: 155, h: 22 },
	"Navigationsschaltflaeche9" : { image: "../assets/images/autogen/Movies___Images_NJM_sek.jpg", rollover: "../assets/images/autogen/Movies___Images_NRJM_sek.jpg", w: 155, h: 22 }
};

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


// End Navigation Bars

