// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste13"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/Index_Np1_1.gif", rollover: "../assets/images/autogen/Index_NRp2_1.gif", w: 130, h: 24 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/Home_Hp3_1.gif", rollover: "../assets/images/autogen/Home_HRp4_1.gif", w: 130, h: 24 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/Rennregeln_Np1.gif", rollover: "../assets/images/autogen/Rennregeln_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/Historisches_Np1.gif", rollover: "../assets/images/autogen/Historisches_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/SLMC_2007_2008_Np1.gif", rollover: "../assets/images/autogen/SLMC_2007_2008_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/SLMC_2008_2009_Np1.gif", rollover: "../assets/images/autogen/SLMC_2008_2009_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/SLMC_2009_2010_Np1.gif", rollover: "../assets/images/autogen/SLMC_2009_2010_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/Die_Sieger_Np1.gif", rollover: "../assets/images/autogen/Die_Sieger_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Der_Verein_Np1.gif", rollover: "../assets/images/autogen/Der_Verein_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Sponsoren_Hp3.gif", rollover: "../assets/images/autogen/Sponsoren_HRp4.gif", w: 130, h: 24 },
	"Navigationsschaltfläche11" : { image: "../assets/images/autogen/Top-Links_Np1.gif", rollover: "../assets/images/autogen/Top-Links_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche12" : { image: "../assets/images/autogen/Downloads_Np1.gif", rollover: "../assets/images/autogen/Downloads_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche13" : { image: "../assets/images/autogen/Die_Fahrer_Np1.gif", rollover: "../assets/images/autogen/Die_Fahrer_NRp2.gif", w: 130, h: 24 },
	"Navigationsschaltfläche14" : { image: "../assets/images/autogen/Impressum_Np1.gif", rollover: "../assets/images/autogen/Impressum_NRp2.gif", w: 130, h: 24 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste13", rollover: true, autoClose: false });
	$("#Navigationsleiste13").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste13 ul").hide();
	$("#Navigationsleiste13").css('background-color', '#FFFFFF');
	$("#Navigationsleiste13 ul").css('background-color', '#FFFFFF');
});


// End Navigation Bars

