// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Aktuelles_NNAV26-161.gif", rollover: "./assets/images/autogen/Aktuelles_NRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Kuchenleuchten_NNAV26-161.gif", rollover: "./assets/images/autogen/Kuchenleuchten_NRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Bad___Spiegelleuchten_NNAV26-161.gif", rollover: "./assets/images/autogen/Bad___Spiegelleuchten_NRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Wohn___Schlafraum_NNAV26-161.gif", rollover: "./assets/images/autogen/Wohn___Schlafraum_NRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/LED_Losungen_Zubehor_NNAV26-161.gif", rollover: "./assets/images/autogen/LED_Losungen_Zubehor_NRNAV26-161.gif", w: 164, h: 22 }
};

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


ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Produkte_Startseite_HNAV26-161.gif", rollover: "./assets/images/autogen/Produkte_Startseite_HRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/CHF_Lichttechnik_NNAV26-161.gif", rollover: "./assets/images/autogen/CHF_Lichttechnik_NRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche8" : { image: "./assets/images/autogen/Profilelemente_NNAV26-161.gif", rollover: "./assets/images/autogen/Profilelemente_NRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche9" : { image: "./assets/images/autogen/Kundeninfo_NNAV26-161.gif", rollover: "./assets/images/autogen/Kundeninfo_NRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche10" : { image: "./assets/images/autogen/Messen_NNAV26-161.gif", rollover: "./assets/images/autogen/Messen_NRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche11" : { image: "./assets/images/autogen/Kontakt_NNAV26-161.gif", rollover: "./assets/images/autogen/Kontakt_NRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche12" : { image: "./assets/images/autogen/Anfahrt_NNAV26-161.gif", rollover: "./assets/images/autogen/Anfahrt_NRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche13" : { image: "./assets/images/autogen/Impressum_NNAV26-161.gif", rollover: "./assets/images/autogen/Impressum_NRNAV26-161.gif", w: 164, h: 22 },
	"Navigationsschaltflaeche14" : { image: "./assets/images/autogen/Download_NN22-164.gif", rollover: "./assets/images/autogen/Download_NRN22-164.gif", w: 164, h: 22 }
};

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


// End Navigation Bars


