// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Home_Hbutton2_1.gif", rollover: "./assets/images/autogen/Home_HRbutton3_1.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Shop_Nbutton1_1.gif", rollover: "./assets/images/autogen/Shop_NRbutton2_1.gif", w: 120, h: 34 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Impressum_Nbutton1_1.gif", rollover: "./assets/images/autogen/Impressum_NRbutton2_1.gif", w: 120, h: 34 }
};

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


// End Navigation Bars


