// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Home_HPrimHi.gif", rollover: "./Home_HRPrimHi.gif", w: 150, h: 26 },
	"Navigationsschaltflaeche2" : { image: "./der_Ort_NPrim.gif", rollover: "./der_Ort_NRPrimHi.gif", w: 150, h: 26, opening: "fadeBottom", offsetX: 7, offsetY: 26 },
	"Navigationsschaltflaeche18" : { image: "./der_ort/Saalewiesen_Np1.GIF", rollover: "./der_ort/Saalewiesen_NRp2.GIF", w: 100, h: 19 },
	"Navigationsschaltflaeche20" : { image: "./der_ort/die_Saale_Np1.GIF", rollover: "./der_ort/die_Saale_NRp2.GIF", w: 100, h: 19 },
	"Navigationsschaltflaeche22" : { image: "./der_ort/Fachberg_Np1.GIF", rollover: "./der_ort/Fachberg_NRp2.GIF", w: 100, h: 19 },
	"Navigationsschaltflaeche24" : { image: "./der_ort/wohnen_Np1.GIF", rollover: "./der_ort/wohnen_NRp2.GIF", w: 100, h: 19 },
	"Navigationsschaltflaeche26" : { image: "./der_ort/___Mosesbrunnen_Np1.GIF", rollover: "./der_ort/___Mosesbrunnen_NRp2.GIF", w: 100, h: 19 },
	"Navigationsschaltflaeche28" : { image: "./der_ort/Kroppental_Np1.GIF", rollover: "./der_ort/Kroppental_NRp2.GIF", w: 100, h: 19 },
	"Navigationsschaltflaeche30" : { image: "./der_ort/Verwaltung_Np1.GIF", rollover: "./der_ort/Verwaltung_NRp2.GIF", w: 100, h: 19 },
	"Navigationsschaltflaeche3" : { image: "./die_Burg_NPrim.gif", rollover: "./die_Burg_NRPrimHi.gif", w: 150, h: 26 },
	"Navigationsschaltflaeche4" : { image: "./Radwanderweg_NPrim.gif", rollover: "./Radwanderweg_NRPrimHi.gif", w: 150, h: 26 },
	"Navigationsschaltflaeche5" : { image: "./Gaststatten_NPrim.gif", rollover: "./Gaststatten_NRPrimHi.gif", w: 150, h: 26 },
	"Navigationsschaltflaeche6" : { image: "./Veranstaltungen_NPrim.gif", rollover: "./Veranstaltungen_NRPrimHi.gif", w: 150, h: 26 },
	"Navigationsschaltflaeche7" : { image: "./Vereine_NPrim.gif", rollover: "./Vereine_NRPrimHi.gif", w: 150, h: 26 },
	"Navigationsschaltflaeche8" : { image: "./Kabel_TV_NPrim.gif", rollover: "./Kabel_TV_NRPrimHi.gif", w: 150, h: 26 },
	"Navigationsschaltflaeche9" : { image: "./Handwerker_NPrim.gif", rollover: "./Handwerker_NRPrimHi.gif", w: 150, h: 26 },
	"Navigationsschaltflaeche10" : { image: "./Dienstleistung_NPrim.gif", rollover: "./Dienstleistung_NRPrimHi.gif", w: 150, h: 26 },
	"Navigationsschaltflaeche11" : { image: "./fur_Schonburger_NPrim.gif", rollover: "./fur_Schonburger_NRPrimHi.gif", w: 150, h: 26 }
};

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


ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche12" : { image: "./Karten_Np1.GIF", rollover: "./Karten_NRp2.GIF", w: 100, h: 19 },
	"Navigationsschaltflaeche13" : { image: "./____Routenplanung_Ns1.gif", rollover: "./____Routenplanung_NRs2.gif", w: 100, h: 19 },
	"Navigationsschaltflaeche14" : { image: "./Gastebuch_Np1.GIF", rollover: "./Gastebuch_NRp2.GIF", w: 100, h: 19 },
	"Navigationsschaltflaeche15" : { image: "./Bilderbuch_Np1.GIF", rollover: "./Bilderbuch_NRp2.GIF", w: 100, h: 19 },
	"Navigationsschaltflaeche16" : { image: "./Wetter_Np1.GIF", rollover: "./Wetter_NRp2.GIF", w: 100, h: 19 }
};

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


// End Navigation Bars


