// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./Home_Hp3_1.gif", rollover: "./Home_HRp4_1.gif", w: 125, h: 34 },
	"Navigationsschaltflaeche2" : { image: "./Uber-uns_Np1.gif", rollover: "./Uber-uns_NRp2.gif", w: 125, h: 34 },
	"Navigationsschaltflaeche3" : { image: "./Links_Np1.gif", rollover: "./Links_NRp2.gif", w: 125, h: 34 },
	"Navigationsschaltflaeche4" : { image: "./Kalender_Np1.gif", rollover: "./Kalender_NRp2.gif", w: 125, h: 34 },
	"Navigationsschaltflaeche5" : { image: "./E-Mail_Np1.gif", rollover: "./E-Mail_NRp2.gif", w: 125, h: 34 },
	"Navigationsschaltflaeche6" : { image: "./Gastebuch_Np1.gif", rollover: "./Gastebuch_NRp2.gif", w: 125, h: 34 }
};

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


// End Navigation Bars


