// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Start_Hbutton2_1.gif", rollover: "./assets/images/autogen/Start_HRbutton4_1.gif", w: 101, h: 36 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Das_Team_Nbutton1_1.gif", rollover: "./assets/images/autogen/Das_Team_NRbutton3_1.gif", w: 101, h: 36 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Bilder_Nbutton1_1.gif", rollover: "./assets/images/autogen/Bilder_NRbutton3_1.gif", w: 101, h: 36 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Video_s_Nbutton1_1.gif", rollover: "./assets/images/autogen/Video_s_NRbutton3_1.gif", w: 101, h: 36 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Links_Nbutton1_1.gif", rollover: "./assets/images/autogen/Links_NRbutton3_1.gif", w: 101, h: 36 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Impressum_Nbutton1_1.gif", rollover: "./assets/images/autogen/Impressum_NRbutton3_1.gif", w: 101, h: 36 }
};

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


// End Navigation Bars


