// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche1" : { image: "./Start_Hbutton2_1.gif", rollover: "./Start_HRbutton2_1.gif", w: 170, h: 63 },
	"Navigationsschaltflaeche2" : { image: "./Back_stage_Nbutton1_2.gif", rollover: "./Back_stage_NRbutton2_1.gif", w: 170, h: 63 },
	"Navigationsschaltflaeche3" : { image: "./Ferien-Wohnung_Nbutton1_2.gif", rollover: "./Ferien-Wohnung_NRbutton2_1.gif", w: 170, h: 63 },
	"Navigationsschaltflaeche4" : { image: "./Unsere_Lokale_Nbutton1_2.gif", rollover: "./Unsere_Lokale_NRbutton2_1.gif", w: 170, h: 63 }
};

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


// End Navigation Bars


