// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste11"] = {
	"Navigationsschaltfläche1" : { image: "../../../../_Start_Jagd___Hund_Ns1.gif", rollover: "../../../../_Start_Jagd___Hund_NRs3.gif", w: 128, h: 30 },
	"Navigationsschaltfläche2" : { image: "../../../../Hundeausbildung_Ns1.gif", rollover: "../../../../Hundeausbildung_NRs3.gif", w: 128, h: 30 },
	"Navigationsschaltfläche3" : { image: "../../../../Gordon_Setter__Ns1.gif", rollover: "../../../../Gordon_Setter__NRs3.gif", w: 128, h: 30 },
	"Navigationsschaltfläche4" : { image: "../../../../Wildarten___Wildbret_Ns1.gif", rollover: "../../../../Wildarten___Wildbret_NRs3.gif", w: 128, h: 30 },
	"Navigationsschaltfläche5" : { image: "../../../../Kontakt___Info_Ns1.gif", rollover: "../../../../Kontakt___Info_NRs3.gif", w: 128, h: 30 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste11", rollover: true, autoClose: false });
	$("#Navigationsleiste11").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste11 ul").hide();
	$("#Navigationsleiste11").css('border', '2px solid gray');
	$("#Navigationsleiste11").css('border-style', 'outset');
	$("#Navigationsleiste11 ul").css('border', '2px solid gray');
	$("#Navigationsleiste11 ul").css('border-style', 'outset');
});

ButtonsImageMapping["Navigationsleiste15"] = {
	"Navigationsschaltfläche6" : { image: "../../../../AGB_Ns1.gif", rollover: "../../../../AGB_NRs3.gif", w: 128, h: 30 },
	"Navigationsschaltfläche7" : { image: "../../../../Versandkosten_Ns1.gif", rollover: "../../../../Versandkosten_NRs3.gif", w: 128, h: 30 },
	"Navigationsschaltfläche8" : { image: "../../../../Haftungsausschluss_Ns1.gif", rollover: "../../../../Haftungsausschluss_NRs3.gif", w: 128, h: 30 },
	"Navigationsschaltfläche9" : { image: "../../../../Impressum_Ns1.gif", rollover: "../../../../Impressum_NRs3.gif", w: 128, h: 30 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste15", rollover: true, autoClose: false });
	$("#Navigationsleiste15").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste15 ul").hide();
	$("#Navigationsleiste15").css('border', '2px solid gray');
	$("#Navigationsleiste15").css('border-style', 'outset');
	$("#Navigationsleiste15 ul").css('border', '2px solid gray');
	$("#Navigationsleiste15 ul").css('border-style', 'outset');
});


// End Navigation Bars

