// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche1" : { image: "./Willkommen_HButtonB4_1.gif", rollover: "./Willkommen_HRButtonB3_1.gif", w: 135, h: 38 },
	"Navigationsschaltflaeche2" : { image: "./Wir_uber_uns_NButtonB2_1.gif", rollover: "./Wir_uber_uns_NRButtonB1_1.gif", w: 135, h: 38 },
	"Navigationsschaltflaeche3" : { image: "./Bildergalerie_NButtonB2_1.gif", rollover: "./Bildergalerie_NRButtonB1_1.gif", w: 135, h: 38 },
	"Navigationsschaltflaeche4" : { image: "./Aktivitaten_NButtonB2_1.gif", rollover: "./Aktivitaten_NRButtonB1_1.gif", w: 135, h: 38 },
	"Navigationsschaltflaeche5" : { image: "./Fur_Besucher_NButtonB2_1.gif", rollover: "./Fur_Besucher_NRButtonB1_1.gif", w: 135, h: 38 },
	"Navigationsschaltflaeche6" : { image: "./Fur_Mitglieder_NButtonB2_1.gif", rollover: "./Fur_Mitglieder_NRButtonB1_1.gif", w: 135, h: 38 },
	"Navigationsschaltflaeche7" : { image: "./Anfahrt____Aufstieg_NButtonB2_1.gif", rollover: "./Anfahrt____Aufstieg_NRButtonB1_1.gif", w: 135, h: 38 },
	"Navigationsschaltflaeche8" : { image: "./Impressum_NButtonB2_1.gif", rollover: "./Impressum_NRButtonB1_1.gif", w: 135, h: 38 }
};

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


// End Navigation Bars


