// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/Startseite_HButton1_1.gif", rollover: "./assets/images/autogen/Startseite_HRButton1_1.gif", w: 112, h: 30 },
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/Polaritytherapie_NButton1_1.gif", rollover: "./assets/images/autogen/Polaritytherapie_NRButton1_1.gif", w: 112, h: 30 },
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/Homoopathie_NButton1_1.gif", rollover: "./assets/images/autogen/Homoopathie_NRButton1_1.gif", w: 112, h: 30 },
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/Bachbluten_NButton1_1.gif", rollover: "./assets/images/autogen/Bachbluten_NRButton1_1.gif", w: 112, h: 30 },
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/Uber_mich_NButton1_1.gif", rollover: "./assets/images/autogen/Uber_mich_NRButton1_1.gif", w: 112, h: 30 }
};

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


// End Navigation Bars


