// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/STARTSEITE_H2-startseite.jpg", rollover: "./assets/images/autogen/STARTSEITE_HR1-startseite.jpg", w: 230, h: 25 }
};

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


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/NEWS_N1-terminkalender-web.jpg", rollover: "./assets/images/autogen/NEWS_NR2-terminkalender-web.jpg", w: 230, h: 25 }
};

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


ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/UBER_UNS_N1-ueber-uns.jpg", rollover: "./assets/images/autogen/UBER_UNS_NR2-ueber-uns.jpg", w: 230, h: 25 }
};

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


ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/RUNDGANG_N1-rundgang.jpg", rollover: "./assets/images/autogen/RUNDGANG_NR2-rundgang.jpg", w: 230, h: 25 }
};

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


ButtonsImageMapping["Navigationsleiste8"] = {
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/BLUMENLADEN_N1-blumenladen.jpg", rollover: "./assets/images/autogen/BLUMENLADEN_NR2-blumenladen_1.jpg", w: 230, h: 25 }
};

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


ButtonsImageMapping["Navigationsleiste9"] = {
	"Navigationsschaltfläche6" : { image: "./assets/images/autogen/LEISTUNGEN_VON_A-Z_N1-leistungen.jpg", rollover: "./assets/images/autogen/LEISTUNGEN_VON_A-Z_NR2-leistungen.jpg", w: 230, h: 25 }
};

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


ButtonsImageMapping["Navigationsleiste10"] = {
	"Navigationsschaltfläche7" : { image: "./assets/images/autogen/FLEUROP_N1-fleurop.jpg", rollover: "./assets/images/autogen/FLEUROP_NR2-fleurop.jpg", w: 230, h: 25 }
};

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


// End Navigation Bars


