// 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"] = {
	"Navigationsschaltflaeche1" : { image: "../../../Kanusport-Home_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche2" : { image: "../../../OnlineShop_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche3" : { image: "../../../Vermietung_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche4" : { image: "../../../Faltboote_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche5" : { image: "../../../Einerkajaks_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche6" : { image: "../../../Canadier_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche7" : { image: "../../../Sonderpreise_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche8" : { image: "../../../Gebraucht_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche9" : { image: "../../../Kataloge-_Np_Regular.gif", w: 120, h: 57 },
	"Navigationsschaltflaeche10" : { 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();
});


// End Navigation Bars


