// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste7"] = {
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Praxis_NHintergrund_Reimann.jpg", rollover: "./assets/images/autogen/Praxis_NRNavi_Hintergrund_orange_95.jpg", w: 95, h: 22 }
};

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


ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Wissenswertes_NHintergrund_Reimann.jpg", rollover: "./assets/images/autogen/Wissenswertes_NRNavi_Hintergrund_orange_95.jpg", w: 95, h: 22 }
};

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


ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Start_HNavi_Hintergrund_blau_95.jpg", rollover: "./assets/images/autogen/Start_HRNavi_Hintergrund_blau_95.jpg", w: 95, h: 22 }
};

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


ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Wege-zu-uns_NHintergrund_Reimann.jpg", rollover: "./assets/images/autogen/Wege-zu-uns_NRNavi_Hintergrund_orange_95.jpg", w: 95, h: 22 }
};

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


ButtonsImageMapping["Navigationsleiste8"] = {
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/Osteopathie_NHintergrund_Reimann.jpg", rollover: "./assets/images/autogen/Osteopathie_NRNavi_Hintergrund_orange_95.jpg", w: 95, h: 22 }
};

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


ButtonsImageMapping["Navigationsleiste9"] = {
	"Navigationsschaltflaeche8" : { image: "./assets/images/autogen/Physiotherapie_NHintergrund_Reimann.jpg", rollover: "./assets/images/autogen/Physiotherapie_NRNavi_Hintergrund_orange_95.jpg", w: 95, h: 22 }
};

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


ButtonsImageMapping["Navigationsleiste10"] = {
	"Navigationsschaltflaeche9" : { image: "./assets/images/autogen/Team_NHintergrund_Reimann.jpg", rollover: "./assets/images/autogen/Team_NRNavi_Hintergrund_orange_95.jpg", w: 95, h: 22 }
};

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


// End Navigation Bars


