// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/Start_NButton1_2.gif", rollover: "../assets/images/autogen/Start_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/News_NButton1_2.gif", rollover: "../assets/images/autogen/News_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/WAH_Prufung_09_HButton1_1.gif", rollover: "../assets/images/autogen/WAH_Prufung_09_HRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/Unser_Verein_NButton1_2.gif", rollover: "../assets/images/autogen/Unser_Verein_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/Vorstand_NButton1_2.gif", rollover: "../assets/images/autogen/Vorstand_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/Mitglieder_NButton1_2.gif", rollover: "../assets/images/autogen/Mitglieder_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/Prufungsordnung_NButton1_2.gif", rollover: "../assets/images/autogen/Prufungsordnung_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/Ausrustung_NButton1_2.gif", rollover: "../assets/images/autogen/Ausrustung_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Agenda_NButton1_2.gif", rollover: "../assets/images/autogen/Agenda_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Presse_NButton1_2.gif", rollover: "../assets/images/autogen/Presse_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche11" : { image: "../assets/images/autogen/Gallerie_NButton1_2.gif", rollover: "../assets/images/autogen/Gallerie_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche12" : { image: "../assets/images/autogen/Resultate_NButton1_2.gif", rollover: "../assets/images/autogen/Resultate_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche13" : { image: "../assets/images/autogen/Gastebuch_NButton1_2.gif", rollover: "../assets/images/autogen/Gastebuch_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche14" : { image: "../assets/images/autogen/Kontakt_NButton1_2.gif", rollover: "../assets/images/autogen/Kontakt_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche15" : { image: "../assets/images/autogen/Links_NButton1_2.gif", rollover: "../assets/images/autogen/Links_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche16" : { image: "../assets/images/autogen/Impressum_NButton1_2.gif", rollover: "../assets/images/autogen/Impressum_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche17" : { image: "../assets/images/autogen/Intern_NButton1_2.gif", rollover: "../assets/images/autogen/Intern_NRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche18" : { image: "../assets/images/autogen/Admin_NButton1_3.gif", rollover: "../assets/images/autogen/Admin_NRButton1_2.gif", w: 141, h: 25 }
};

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


// End Navigation Bars

