// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/__Weingut_Nbutton-1.gif", rollover: "./assets/images/autogen/__Weingut_NRbutton-1.gif", w: 96, h: 20 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Winzerfamilie_Nbutton-1.gif", rollover: "./assets/images/autogen/Winzerfamilie_NRbutton-1.gif", w: 96, h: 20 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/_______Wein_Nbutton-1.gif", rollover: "./assets/images/autogen/_______Wein_NRbutton-1.gif", w: 96, h: 20 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Weinshop_Nbutton-1.gif", rollover: "./assets/images/autogen/Weinshop_NRbutton-1.gif", w: 96, h: 20 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Auszeichnung_Nbutton-1.gif", rollover: "./assets/images/autogen/Auszeichnung_NRbutton-1.gif", w: 96, h: 20 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/_____Besonderes_Nbutton-1.gif", rollover: "./assets/images/autogen/_____Besonderes_NRbutton-1.gif", w: 96, h: 20 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/______Termine_Nbutton-1.gif", rollover: "./assets/images/autogen/______Termine_NRbutton-1.gif", w: 96, h: 20 },
	"Navigationsschaltflaeche8" : { image: "./assets/images/autogen/_____Galerie_Nbutton-1.gif", rollover: "./assets/images/autogen/_____Galerie_NRbutton-1.gif", w: 96, h: 20 },
	"Navigationsschaltflaeche9" : { image: "./assets/images/autogen/____Kontakt_Nbutton-1.gif", rollover: "./assets/images/autogen/____Kontakt_NRbutton-1.gif", w: 96, h: 20 },
	"Navigationsschaltflaeche10" : { image: "./assets/images/autogen/___Impressum_Nbutton-1.gif", rollover: "./assets/images/autogen/___Impressum_NRbutton-1.gif", w: 96, h: 20 }
};

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


// End Navigation Bars


