// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste6"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Kontaktformular_NButton_4.gif", rollover: "./assets/images/autogen/Kontaktformular_NRButton_3.gif", w: 120, h: 39 }
};

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


ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Impresssum_NButton_4.gif", rollover: "./assets/images/autogen/Impresssum_NRButton_3.gif", w: 120, h: 39 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Disclaimer_NButton_4.gif", rollover: "./assets/images/autogen/Disclaimer_NRButton_3.gif", w: 120, h: 39 }
};

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


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Downloads_NButton_4.gif", rollover: "./assets/images/autogen/Downloads_NRButton_3.gif", w: 120, h: 39 }
};

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


ButtonsImageMapping["Navigationsleiste7"] = {
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Home_NButton_4.gif", rollover: "./assets/images/autogen/Home_NRButton_3.gif", w: 120, h: 39 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/unser_Unternehmen_NButton_4.gif", rollover: "./assets/images/autogen/unser_Unternehmen_NRButton_3.gif", w: 120, h: 39 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/das_Team_NButton_4.gif", rollover: "./assets/images/autogen/das_Team_NRButton_3.gif", w: 120, h: 39 },
	"Navigationsschaltflaeche8" : { image: "./assets/images/autogen/unser_Anspruch_NButton_4.gif", rollover: "./assets/images/autogen/unser_Anspruch_NRButton_3.gif", w: 120, h: 39 },
	"Navigationsschaltflaeche9" : { image: "./assets/images/autogen/Lieferprogramm_NButton_4.gif", rollover: "./assets/images/autogen/Lieferprogramm_NRButton_3.gif", w: 120, h: 39 },
	"Navigationsschaltflaeche10" : { image: "./assets/images/autogen/Highlights_NButton_4.gif", rollover: "./assets/images/autogen/Highlights_NRButton_3.gif", w: 120, h: 39 },
	"Navigationsschaltflaeche11" : { image: "./assets/images/autogen/Hausmarke_NButton_4.gif", rollover: "./assets/images/autogen/Hausmarke_NRButton_3.gif", w: 120, h: 39 },
	"Navigationsschaltflaeche12" : { image: "./assets/images/autogen/starke_Partner_NButton_4.gif", rollover: "./assets/images/autogen/starke_Partner_NRButton_3.gif", w: 120, h: 39 },
	"Navigationsschaltflaeche13" : { image: "./assets/images/autogen/Wegbeschreibung_NButton_4.gif", rollover: "./assets/images/autogen/Wegbeschreibung_NRButton_3.gif", w: 120, h: 39 },
	"Navigationsschaltflaeche14" : { image: "./assets/images/autogen/Events_NButton_4.gif", rollover: "./assets/images/autogen/Events_NRButton_3.gif", w: 120, h: 39 },
	"Navigationsschaltflaeche15" : { image: "./assets/images/autogen/News_NButton_4.gif", rollover: "./assets/images/autogen/News_NRButton_3.gif", w: 120, h: 39 }
};

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


// End Navigation Bars


