// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/hier_geht_es_weiter_Nbutton1.jpg", rollover: "./assets/images/autogen/hier_geht_es_weiter_NRbutton3.jpg", w: 142, h: 88 }
};

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


// End Navigation Bars


