// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/Home_Hbutton2_1.gif", rollover: "./assets/images/autogen/Home_HRbutton4_1.gif", w: 127, h: 38 },
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/Vorstellung_Nbutton1_1.gif", rollover: "./assets/images/autogen/Vorstellung_NRbutton3_1.gif", w: 127, h: 38 },
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/Vorstand_Nbutton1_1.gif", rollover: "./assets/images/autogen/Vorstand_NRbutton3_1.gif", w: 127, h: 38 },
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/Sanger___Bilder_Nbutton1_1.gif", rollover: "./assets/images/autogen/Sanger___Bilder_NRbutton3_1.gif", w: 127, h: 38 },
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/Aktuelles_Nbutton1_1.gif", rollover: "./assets/images/autogen/Aktuelles_NRbutton3_1.gif", w: 127, h: 38 },
	"Navigationsschaltfläche6" : { image: "./assets/images/autogen/Links_Nbutton1_1.gif", rollover: "./assets/images/autogen/Links_NRbutton3_1.gif", w: 127, h: 38 },
	"Navigationsschaltfläche7" : { image: "./assets/images/autogen/Impressum_Nbutton1_1.gif", rollover: "./assets/images/autogen/Impressum_NRbutton3_1.gif", w: 127, h: 38 }
};

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


// End Navigation Bars


