// 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");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VerticalNavigationBar2"] = {
	"Navigationsschaltflaeche3" : { image: "./Kanusport-Home_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche4" : { image: "./OnlineShop_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche5" : { image: "./Vermietung_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche6" : { image: "./Faltboote_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche7" : { image: "./Einerkajaks_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche8" : { image: "./Canadier_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche9" : { image: "./Sonderpreise_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche10" : { image: "./Gebraucht_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche11" : { image: "./Kataloge-_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche12" : { image: "./kontakt_Np_Regular.gif", w: 120, h: 57 }
};

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


ButtonsImageMapping["Navigationsleiste12"] = {
	"Navigationsschaltflaeche2" : { image: "./Wegbeschreibung_Np_Regular.gif", rollover: "./Wegbeschreibung_NRp_RegularOver.gif", w: 120, h: 57 }
};

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


ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Impressum_Np_Regular.gif", rollover: "./Impressum_NRp_RegularOver.gif", w: 120, h: 57 }
};

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


// End Navigation Bars


