// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/WAH_SM_2010_HButton1_1.gif", rollover: "../assets/images/autogen/WAH_SM_2010_HRButton1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/OK_SM_NButton1_3.gif", rollover: "../assets/images/autogen/OK_SM_NRButton1_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Anfahrt_NButton1_3.gif", rollover: "../assets/images/autogen/Anfahrt_NRButton1_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Sponsoren_NButton1_3.gif", rollover: "../assets/images/autogen/Sponsoren_NRButton1_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Rangliste_NButton1_3.gif", rollover: "../assets/images/autogen/Rangliste_NRButton1_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/Zeitplan_NButton1_3.gif", rollover: "../assets/images/autogen/Zeitplan_NRButton1_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/Infos_NButton1_3.gif", rollover: "../assets/images/autogen/Infos_NRButton1_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/Bilder_NButton1_4.gif", rollover: "../assets/images/autogen/Bilder_NRButton1_3.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche9" : { image: "../assets/images/autogen/Ruckblick_NButton1_3.gif", rollover: "../assets/images/autogen/Ruckblick_NRButton1_2.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche10" : { image: "../assets/images/autogen/Kontakt_NButton1_3.gif", rollover: "../assets/images/autogen/Kontakt_NRButton1_2.gif", w: 141, h: 25 }
};

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


// End Navigation Bars


