// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "../../Fotoclub_Otzberg_Np1_1.gif", rollover: "../../Fotoclub_Otzberg_NRp2_1.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche2" : { image: "../../Bilder_Hp3_1.gif", rollover: "../../Bilder_HRp4_1.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche3" : { image: "../../diverse_Fotos_Ns1_1.gif", rollover: "../../diverse_Fotos_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche4" : { image: "../../Habitzheim_Hs3_1.gif", rollover: "../../Habitzheim_HRs4_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche5" : { image: "../../Lengfeld_Ns1_1.gif", rollover: "../../Lengfeld_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche6" : { image: "../../Nieder-Klingen_Ns1_1.gif", rollover: "../../Nieder-Klingen_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche7" : { image: "../../Ober-Klingen_Ns1_1.gif", rollover: "../../Ober-Klingen_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche8" : { image: "../../Schloss-Nauses_Ns1_1.gif", rollover: "../../Schloss-Nauses_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche9" : { image: "../../Hering_Ns1_1.gif", rollover: "../../Hering_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche10" : { image: "../../Uber_uns_Np1_1.gif", rollover: "../../Uber_uns_NRp2_1.gif", w: 140, h: 32, opening: "right", offsetX: 140, offsetY: 0 },
	"Navigationsschaltflaeche27" : { image: "../../Aktuelles_Ns1_2.gif", rollover: "../../Aktuelles_NRs2_2.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche29" : { image: "../../Ausfluege_Ns1_2.gif", rollover: "../../Ausfluege_NRs2_2.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche31" : { image: "../../Historie_Ns1_1.gif", rollover: "../../Historie_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche33" : { image: "../../Anfahrt_Ns1_2.gif", rollover: "../../Anfahrt_NRs2_2.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche11" : { image: "../../Programm_Np1_1.gif", rollover: "../../Programm_NRp2_1.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche12" : { image: "../../Galerien_Np1_1.gif", rollover: "../../Galerien_NRp2_1.gif", w: 140, h: 32, opening: "right", offsetX: 140, offsetY: 0 },
	"Navigationsschaltflaeche37" : { image: "../../Gerhard_Ns1_1.gif", rollover: "../../Gerhard_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche39" : { image: "../../Guido_Ns1_1.gif", rollover: "../../Guido_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche41" : { image: "../../Holger_Ns1_1.gif", rollover: "../../Holger_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche43" : { image: "../../Joerg_Ns1_1.gif", rollover: "../../Joerg_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche45" : { image: "../../Michael_Ns1_1.gif", rollover: "../../Michael_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche47" : { image: "../../Roger_Ns1_1.gif", rollover: "../../Roger_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche49" : { image: "../../Ulrike_Ns1_1.gif", rollover: "../../Ulrike_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche51" : { image: "../../Ursula_Ns1_1.gif", rollover: "../../Ursula_NRs2_1.gif", w: 79, h: 15 },
	"Navigationsschaltflaeche13" : { image: "../../Links_Np1_1.gif", rollover: "../../Links_NRp2_1.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche14" : { image: "../../Tipps_Np1_1.gif", rollover: "../../Tipps_NRp2_1.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche15" : { image: "../../Impressum_Np1_1.gif", rollover: "../../Impressum_NRp2_1.gif", w: 140, h: 32 },
	"Navigationsschaltflaeche16" : { image: "../../Otzbergwoche__Np1.gif", rollover: "../../Otzbergwoche__NRp2.gif", w: 140, h: 32 }
};

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


// End Navigation Bars


