// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche1" : { image: "./start_Ns1.gif", rollover: "./start_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche2" : { image: "./HOME_Ns1.gif", rollover: "./HOME_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche3" : { image: "./RUDEN_Ns1.gif", rollover: "./RUDEN_NRs1.gif", w: 84, h: 29, opening: "right", offsetX: 84, offsetY: 0 },
	"Navigationsschaltfläche13" : { image: "./Orlow_Ns1.gif", rollover: "./Orlow_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche15" : { image: "./Maximus_Ns1.gif", rollover: "./Maximus_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche17" : { image: "./Vaquero_Ns1.gif", rollover: "./Vaquero_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche4" : { image: "./HUNDINNEN_Ns1.gif", rollover: "./HUNDINNEN_NRs1.gif", w: 84, h: 29, opening: "right", offsetX: 84, offsetY: 0 },
	"Navigationsschaltfläche19" : { image: "./Ornella_Ns1.gif", rollover: "./Ornella_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche21" : { image: "./Fresca_Ns1.gif", rollover: "./Fresca_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche23" : { image: "./Yosie_Ns1.gif", rollover: "./Yosie_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche5" : { image: "./ERFOLGE_Ns1.gif", rollover: "./ERFOLGE_NRs1.gif", w: 84, h: 29, opening: "right", offsetX: 84, offsetY: 0 },
	"Navigationsschaltfläche25" : { image: "./Milano_Ns1.gif", rollover: "./Milano_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche27" : { image: "./Ottilia_Ns1.gif", rollover: "./Ottilia_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche29" : { image: "./Kalif__Ns1.gif", rollover: "./Kalif__NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche31" : { image: "./Gloria_Ns1.gif", rollover: "./Gloria_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche6" : { image: "./Welpen_Hs1.gif", rollover: "./Welpen_HRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche7" : { image: "./Aufzucht_Ns1.gif", rollover: "./Aufzucht_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche8" : { image: "./Ratgeber_Ns1.gif", rollover: "./Ratgeber_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche9" : { image: "./Banner_Ns1.gif", rollover: "./Banner_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche10" : { image: "./Links_Ns1.gif", rollover: "./Links_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche11" : { image: "./KONTAKT_Ns1.gif", rollover: "./KONTAKT_NRs1.gif", w: 84, h: 29, opening: "right", offsetX: 84, offsetY: 0 },
	"Navigationsschaltfläche33" : { image: "./Adresse_Ns1.gif", rollover: "./Adresse_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche35" : { image: "./Anfahrt_Ns1.gif", rollover: "./Anfahrt_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche37" : { image: "./Impressum_Ns1.gif", rollover: "./Impressum_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche39" : { image: "./E-Mail_Ns1.gif", rollover: "./E-Mail_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche41" : { image: "./Formular_Ns1.gif", rollover: "./Formular_NRs1.gif", w: 84, h: 29 },
	"Navigationsschaltfläche12" : { image: "./Galerie_Ns1.gif", rollover: "./Galerie_NRs1.gif", w: 84, h: 29 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste2", rollover: true, autoClose: true });
	$("#Navigationsleiste2").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#Navigationsleiste2_1").nofNavBar({isMain: false, orientation: "vertical", opening: "slideTop", offsetX: -30, offsetY: 59 });
	$("#Navigationsleiste2_2").nofNavBar({isMain: false, orientation: "vertical", opening: "slideTop", offsetX: -30, offsetY: 59 });
	$("#Navigationsleiste2_3").nofNavBar({isMain: false, orientation: "vertical", opening: "slideTop", offsetX: -30, offsetY: 59 });
	$("#Navigationsleiste2_4").nofNavBar({isMain: false, orientation: "vertical", opening: "slideTop", offsetX: -30, offsetY: 59 });
	$("#Navigationsleiste2 ul").hide();
	$("#Navigationsleiste2").css('background-color', '#530228');
	$("#Navigationsleiste2 ul").css('background-color', '#530228');
});


// End Navigation Bars


