// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/Nagelstudio_HButton_grun.jpg", rollover: "./assets/images/autogen/Nagelstudio_HRButton_wiess.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/Nailstylistin_NButton_grun_1.jpg", rollover: "./assets/images/autogen/Nailstylistin_NRButton_wiess_1.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/Preise_NButton_grun_1.jpg", rollover: "./assets/images/autogen/Preise_NRButton_wiess_1.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/Jobs_NButton_grun_1.jpg", rollover: "./assets/images/autogen/Jobs_NRButton_wiess_1.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/Studio-Bilder_NButton_grun_1.jpg", rollover: "./assets/images/autogen/Studio-Bilder_NRButton_wiess_1.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche6" : { image: "./assets/images/autogen/Angebote_NButton_grun_1.jpg", rollover: "./assets/images/autogen/Angebote_NRButton_wiess_1.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche7" : { image: "./assets/images/autogen/Hochzeit_NButton_grun_1.jpg", rollover: "./assets/images/autogen/Hochzeit_NRButton_wiess_1.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche8" : { image: "./assets/images/autogen/Offnungszeiten_NButton_grun_1.jpg", rollover: "./assets/images/autogen/Offnungszeiten_NRButton_wiess_1.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche9" : { image: "./assets/images/autogen/Galerie_NButton_grun_1.jpg", rollover: "./assets/images/autogen/Galerie_NRButton_wiess_1.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche10" : { image: "./assets/images/autogen/Techniken_NButton_grun_1.jpg", rollover: "./assets/images/autogen/Techniken_NRButton_wiess_1.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche11" : { image: "./assets/images/autogen/Service_NButton_grun_1.jpg", rollover: "./assets/images/autogen/Service_NRButton_wiess_1.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche12" : { image: "./assets/images/autogen/Tipps_NButton_grun_1.jpg", rollover: "./assets/images/autogen/Tipps_NRButton_wiess_1.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche13" : { image: "./assets/images/autogen/Produkte_NButton_grun.jpg", rollover: "./assets/images/autogen/Produkte_NRButton_wiess.jpg", w: 100, h: 28 }
};

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

ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche14" : { image: "./assets/images/autogen/Impressum_NButton_grun.jpg", rollover: "./assets/images/autogen/Impressum_NRButton_wiess.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche15" : { image: "./assets/images/autogen/Zertifikat_NButton_grun.jpg", rollover: "./assets/images/autogen/Zertifikat_NRButton_wiess.jpg", w: 100, h: 28 },
	"Navigationsschaltfläche16" : { image: "./assets/images/autogen/Links_NButton_grun.jpg", rollover: "./assets/images/autogen/Links_NRButton_wiess.jpg", w: 100, h: 28 }
};

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


// End Navigation Bars


