// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/_NChristine_Button_oben1.gif", rollover: "../assets/images/autogen/_NChristine_Button_oben1.gif", w: 140, h: 50 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Unser_Betrieb_NChristine_Button1_1.gif", rollover: "../assets/images/autogen/Unser_Betrieb_NRChristine_Button1_1.gif", w: 140, h: 25, opening: "slideRight", offsetX: 145, offsetY: 0 },
	"Navigationsschaltflaeche13" : { image: "../assets/images/autogen/Firmengeschichte_NChristine_Button2kl.gif", rollover: "../assets/images/autogen/Firmengeschichte_NRChristine_Button2kl.gif", w: 125, h: 20 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Geschaft_NChristine_Button1_1.gif", rollover: "../assets/images/autogen/Geschaft_NRChristine_Button1_1.gif", w: 140, h: 25, opening: "slideRight", offsetX: 145, offsetY: 0 },
	"Navigationsschaltflaeche14" : { image: "../assets/images/autogen/Bischofswiesen_NChristine_Button2kl.gif", rollover: "../assets/images/autogen/Bischofswiesen_NRChristine_Button2kl.gif", w: 125, h: 20 },
	"Navigationsschaltflaeche15" : { image: "../assets/images/autogen/Berchtesgaden_NChristine_Button2kl.gif", rollover: "../assets/images/autogen/Berchtesgaden_NRChristine_Button2kl.gif", w: 125, h: 20 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Werkstatt_NChristine_Button1_1.gif", rollover: "../assets/images/autogen/Werkstatt_NRChristine_Button1_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Lederhosen_HChristine_Button2_hoch_1.gif", rollover: "../assets/images/autogen/Lederhosen_HRChristine_Button1_1.gif", w: 140, h: 25, opening: "slideRight", offsetX: 145, offsetY: 0 },
	"Navigationsschaltflaeche17" : { image: "../assets/images/autogen/Kurze_grungestickt_NChristine_Button2kl.gif", rollover: "../assets/images/autogen/Kurze_grungestickt_NRChristine_Button2kl.gif", w: 125, h: 20 },
	"Navigationsschaltflaeche18" : { image: "../assets/images/autogen/Kurze_gesteppt_NChristine_Button2kl.gif", rollover: "../assets/images/autogen/Kurze_gesteppt_NRChristine_Button2kl.gif", w: 125, h: 20 },
	"Navigationsschaltflaeche19" : { image: "../assets/images/autogen/Bundhosen_NChristine_Button2kl.gif", rollover: "../assets/images/autogen/Bundhosen_NRChristine_Button2kl.gif", w: 125, h: 20 },
	"Navigationsschaltflaeche20" : { image: "../assets/images/autogen/lange_Lederhosen_NChristine_Button2kl.gif", rollover: "../assets/images/autogen/lange_Lederhosen_NRChristine_Button2kl.gif", w: 125, h: 20 },
	"Navigationsschaltflaeche21" : { image: "../assets/images/autogen/Plattlerhosen_NChristine_Button2kl.gif", rollover: "../assets/images/autogen/Plattlerhosen_NRChristine_Button2kl.gif", w: 125, h: 20 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/Federkiel_NChristine_Button1_1.gif", rollover: "../assets/images/autogen/Federkiel_NRChristine_Button1_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/Handstrick_NChristine_Button1_1.gif", rollover: "../assets/images/autogen/Handstrick_NRChristine_Button1_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/Gamsbart_NChristine_Button1_1.gif", rollover: "../assets/images/autogen/Gamsbart_NRChristine_Button1_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche9" : { image: "../assets/images/autogen/Vereine_NChristine_Button1_1.gif", rollover: "../assets/images/autogen/Vereine_NRChristine_Button1_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche10" : { image: "../assets/images/autogen/Fotogalerie_NChristine_Button1_1.gif", rollover: "../assets/images/autogen/Fotogalerie_NRChristine_Button1_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche11" : { image: "../assets/images/autogen/English_NChristine_Button1_1.gif", rollover: "../assets/images/autogen/English_NRChristine_Button1_1.gif", w: 140, h: 25 },
	"Navigationsschaltflaeche12" : { image: "../assets/images/autogen/_NChristine_Button_unten.gif", rollover: "../assets/images/autogen/_NChristine_Button_unten.gif", w: 140, h: 25 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste1", rollover: true, autoClose: true });
	$("#Navigationsleiste1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste1_1").nofNavBar({isMain: false, orientation: "vertical", opening: "slideRight", offsetX: 130, offsetY: 0 });
	$("#Navigationsleiste1_2").nofNavBar({isMain: false, orientation: "vertical", opening: "slideRight", offsetX: 130, offsetY: 0 });
	$("#Navigationsleiste1_3").nofNavBar({isMain: false, orientation: "vertical", opening: "slideRight", offsetX: 130, offsetY: 0 });
	$("#Navigationsleiste1 ul").hide();
});


// End Navigation Bars

