// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche1" : { image: "../assets/images/autogen/Home_Hs3.gif", rollover: "../assets/images/autogen/Home_HRs4.gif", w: 111, h: 43 },
	"Navigationsschaltfläche2" : { image: "../assets/images/autogen/Uber_uns_Ns1_1.gif", rollover: "../assets/images/autogen/Uber_uns_NRs2_1.gif", w: 111, h: 43 },
	"Navigationsschaltfläche3" : { image: "../assets/images/autogen/Alpakaschur_Ns1.gif", rollover: "../assets/images/autogen/Alpakaschur_NRs2.gif", w: 111, h: 43 },
	"Navigationsschaltfläche4" : { image: "../assets/images/autogen/Lamaschur_Ns1.gif", rollover: "../assets/images/autogen/Lamaschur_NRs2.gif", w: 111, h: 43 },
	"Navigationsschaltfläche5" : { image: "../assets/images/autogen/Schafschur_Ns1.gif", rollover: "../assets/images/autogen/Schafschur_NRs2.gif", w: 111, h: 43 },
	"Navigationsschaltfläche6" : { image: "../assets/images/autogen/Pferdeschur_Ns1.gif", rollover: "../assets/images/autogen/Pferdeschur_NRs2.gif", w: 111, h: 43 },
	"Navigationsschaltfläche7" : { image: "../assets/images/autogen/Schurgedanken_Hs3_1.gif", rollover: "../assets/images/autogen/Schurgedanken_HRs4_1.gif", w: 111, h: 43 },
	"Navigationsschaltfläche8" : { image: "../assets/images/autogen/Impressionen_08_Ns1.gif", rollover: "../assets/images/autogen/Impressionen_08_NRs2.gif", w: 111, h: 43 },
	"Navigationsschaltfläche9" : { image: "../assets/images/autogen/Impressionen_09_Ns1.gif", rollover: "../assets/images/autogen/Impressionen_09_NRs2.gif", w: 111, h: 43 },
	"Navigationsschaltfläche10" : { image: "../assets/images/autogen/Unsere_Alpaka_Ns1_1.gif", rollover: "../assets/images/autogen/Unsere_Alpaka_NRs2_1.gif", w: 111, h: 43 },
	"Navigationsschaltfläche11" : { image: "../assets/images/autogen/Downloads_Ns1.gif", rollover: "../assets/images/autogen/Downloads_NRs2.gif", w: 111, h: 43 },
	"Navigationsschaltfläche12" : { image: "../assets/images/autogen/Presse_Ns1.gif", rollover: "../assets/images/autogen/Presse_NRs2.gif", w: 111, h: 43 }
};

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


// End Navigation Bars


