// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Home_Nbutton_1.gif", rollover: "../assets/images/autogen/Home_NRbutton_1.gif", w: 171, h: 20 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Contact_us_Hbutton_1.gif", rollover: "../assets/images/autogen/Contact_us_HRbutton_1.gif", w: 171, h: 20 }
};

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


// End Navigation Bars

