// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltflaeche1" : { image: "../Spieler-Bereich_Np1.gif", rollover: "../Spieler-Bereich_NRp2.gif", w: 128, h: 24 },
	"Navigationsschaltflaeche2" : { image: "../Eltern-Bereich_Np1.gif", rollover: "../Eltern-Bereich_NRp2.gif", w: 128, h: 24 },
	"Navigationsschaltflaeche3" : { image: "../Trainer-Bereich_Np1.gif", rollover: "../Trainer-Bereich_NRp2.gif", w: 128, h: 24 },
	"Navigationsschaltflaeche4" : { image: "../Sportshop_Np1.gif", rollover: "../Sportshop_NRp2.gif", w: 128, h: 24 },
	"Navigationsschaltflaeche5" : { image: "../AGB_Impressum_Np1.gif", rollover: "../AGB_Impressum_NRp2.gif", w: 128, h: 24 }
};

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


ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche6" : { image: "../Campfuhrer_Np1.gif", rollover: "../Campfuhrer_NRp2.gif", w: 128, h: 24 },
	"Navigationsschaltflaeche7" : { image: "../Leistungen_Np1.gif", rollover: "../Leistungen_NRp2.gif", w: 128, h: 24 },
	"Navigationsschaltflaeche8" : { image: "../Fussballcamps_Hp3.gif", rollover: "../Fussballcamps_HRp4.gif", w: 128, h: 24 },
	"Navigationsschaltflaeche9" : { image: "../Campleitung_Np1.gif", rollover: "../Campleitung_NRp2.gif", w: 128, h: 24 },
	"Navigationsschaltflaeche10" : { image: "../Materialien_furs_Camp_Np1.gif", rollover: "../Materialien_furs_Camp_NRp2.gif", w: 128, h: 24 }
};

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


ButtonsImageMapping["Navigationsleiste8"] = {
	"Navigationsschaltflaeche11" : { image: "../Spieler-Bereich_Np1_1.gif", rollover: "../Spieler-Bereich_NRp2_1.gif", w: 128, h: 24 }
};

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


// End Navigation Bars

