// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/STARTSEITE_Hprim-button.gif", rollover: "./assets/images/autogen/STARTSEITE_HRprim-button.gif", w: 110, h: 20 }
};

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


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/UNTERNEHMEN_Nprim-button_1.gif", rollover: "./assets/images/autogen/UNTERNEHMEN_NRprim-button_1.gif", w: 110, h: 20 }
};

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


ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/PREISE_Nprim-button.gif", rollover: "./assets/images/autogen/PREISE_NRprim-button.gif", w: 110, h: 20 }
};

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


ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/LEISTUNGEN_Nprim-button.gif", rollover: "./assets/images/autogen/LEISTUNGEN_NRprim-button.gif", w: 110, h: 20 }
};

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


ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/REFERENZEN_Nprim-button_1.gif", rollover: "./assets/images/autogen/REFERENZEN_NRprim-button_1.gif", w: 110, h: 20 }
};

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


ButtonsImageMapping["Navigationsleiste6"] = {
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/IMPRESSUM_Nsek-button.gif", rollover: "./assets/images/autogen/IMPRESSUM_NRsek-button.gif", w: 70, h: 20 }
};

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


ButtonsImageMapping["Navigationsleiste7"] = {
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/KONTAKT_Nsek-button_1.gif", rollover: "./assets/images/autogen/KONTAKT_NRsek-button_1.gif", w: 70, h: 20 }
};

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


ButtonsImageMapping["Navigationsleiste8"] = {
	"Navigationsschaltflaeche8" : { image: "./assets/images/autogen/SHOP_Nsek-button.gif", rollover: "./assets/images/autogen/SHOP_NRsek-button.gif", w: 70, h: 20 }
};

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


// End Navigation Bars


