// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/contact_Np1.jpg", rollover: "../assets/images/autogen/contact_NRp3.jpg", w: 140, h: 40 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/back_Np1.jpg", rollover: "../assets/images/autogen/back_NRp3.jpg", w: 140, h: 40 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Faxorder_Np1.jpg", rollover: "../assets/images/autogen/Faxorder_NRp3.jpg", w: 140, h: 40 }
};

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


ButtonsImageMapping["Navigationsleiste7"] = {
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/products_Np1.jpg", rollover: "../assets/images/autogen/products_NRp3.jpg", w: 30, h: 120 }
};

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


ButtonsImageMapping["Navigationsleiste8"] = {
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/chemicals_NPN_2.gif", rollover: "../assets/images/autogen/chemicals_NRPN_1.gif", w: 30, h: 120 }
};

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


ButtonsImageMapping["Navigationsleiste9"] = {
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/spare_parts_Np1.jpg", rollover: "../assets/images/autogen/spare_parts_NRp3.jpg", w: 30, h: 120 }
};

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


ButtonsImageMapping["Navigationsleiste10"] = {
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/accessories_Np1.jpg", rollover: "../assets/images/autogen/accessories_NRp3.jpg", w: 30, h: 120 }
};

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


// End Navigation Bars


