// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/home_HButton3_1.gif", rollover: "./assets/images/autogen/home_HRButton4_1.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/uber-uns_NButton1.gif", rollover: "./assets/images/autogen/uber-uns_NRButton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/produkte_NButton1_1.gif", rollover: "./assets/images/autogen/produkte_NRButton2_1.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/service_NButton1.gif", rollover: "./assets/images/autogen/service_NRButton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/kontakt_NButton1.gif", rollover: "./assets/images/autogen/kontakt_NRButton2.gif", w: 140, h: 20 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/links_NButton1.gif", rollover: "./assets/images/autogen/links_NRButton2.gif", w: 140, h: 20 }
};

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


// End Navigation Bars


