// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/Polipastos_Np1.gif", rollover: "./assets/images/autogen/Polipastos_NRp2.gif", w: 143, h: 38 },
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/Componentes_Np1.gif", rollover: "./assets/images/autogen/Componentes_NRp2.gif", w: 143, h: 38 },
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/Crane_Kits_Np1.gif", rollover: "./assets/images/autogen/Crane_Kits_NRp2.gif", w: 143, h: 38 },
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/Antideflagrantes_Np1.gif", rollover: "./assets/images/autogen/Antideflagrantes_NRp2.gif", w: 143, h: 38 },
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/Refacciones_Np1.gif", rollover: "./assets/images/autogen/Refacciones_NRp2.gif", w: 143, h: 38 },
	"Navigationsschaltfläche6" : { image: "./assets/images/autogen/Empresa_Np1.gif", rollover: "./assets/images/autogen/Empresa_NRp2.gif", w: 143, h: 38 }
};

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


// End Navigation Bars

