// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltfläche1" : { image: "./Fachmarkt-Broschure__PDF__Np1_Button.jpg", rollover: "./Fachmarkt-Broschure__PDF__NRp1_Button_RO.jpg", w: 170, h: 34 }
};

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

ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltfläche2" : { image: "./Home_Hp2.gif", rollover: "./Home_HRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche3" : { image: "./Getraenkefachmarkt_Np1.gif", rollover: "./Getraenkefachmarkt_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche4" : { image: "./Messe-Dienst_Np1.gif", rollover: "./Messe-Dienst_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche5" : { image: "./Heim-Dienst_Np1.gif", rollover: "./Heim-Dienst_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche6" : { image: "./Party-Dienst_Np1.gif", rollover: "./Party-Dienst_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche7" : { image: "./Gastro-Service_Np1.gif", rollover: "./Gastro-Service_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche8" : { image: "./Historie_Np1.gif", rollover: "./Historie_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche9" : { image: "./Links_Np1.gif", rollover: "./Links_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche10" : { image: "./Newsletter_Np1.gif", rollover: "./Newsletter_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche11" : { image: "./Kontakt_Np1.gif", rollover: "./Kontakt_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche12" : { image: "./Impressum___AGB_Np1.gif", rollover: "./Impressum___AGB_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche13" : { image: "./Haftungsausschluss_Np1.gif", rollover: "./Haftungsausschluss_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche14" : { image: "./Unsere_aktuellen_Angebote_Np1.gif", rollover: "./Unsere_aktuellen_Angebote_NRp2.gif", w: 170, h: 34 }
};

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

ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche15" : { image: "./So_finden_Sie_uns_Np1.gif", rollover: "./So_finden_Sie_uns_NRp2.gif", w: 170, h: 34 },
	"Navigationsschaltfläche16" : { image: "./Online-Shop_Np1.gif", rollover: "./Online-Shop_NRp2.gif", w: 170, h: 34 }
};

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


// End Navigation Bars


