// 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["NavigationBar3"] = {
	"NavigationButton1" : { image: "./assets/images/autogen/Home-Archiv_Hp3.gif", rollover: "./assets/images/autogen/Home-Archiv_HRp4.gif", w: 130, h: 24 },
	"NavigationButton2" : { image: "./assets/images/autogen/Champions_Np1.gif", rollover: "./assets/images/autogen/Champions_NRp2.gif", w: 130, h: 24 },
	"NavigationButton3" : { image: "./assets/images/autogen/Resultate-2011_Np1.gif", rollover: "./assets/images/autogen/Resultate-2011_NRp2.gif", w: 130, h: 24 },
	"NavigationButton4" : { image: "./assets/images/autogen/Resultate-2010_Np1.gif", rollover: "./assets/images/autogen/Resultate-2010_NRp2.gif", w: 130, h: 24 },
	"NavigationButton5" : { image: "./assets/images/autogen/Resultate-2009_Np1.gif", rollover: "./assets/images/autogen/Resultate-2009_NRp2.gif", w: 130, h: 24 },
	"NavigationButton6" : { image: "./assets/images/autogen/Resultate-2008_Np1.gif", rollover: "./assets/images/autogen/Resultate-2008_NRp2.gif", w: 130, h: 24 },
	"NavigationButton7" : { image: "./assets/images/autogen/Resultate-2007_Np1.gif", rollover: "./assets/images/autogen/Resultate-2007_NRp2.gif", w: 130, h: 24 },
	"NavigationButton8" : { image: "./assets/images/autogen/Resultate-2006_Np1.gif", rollover: "./assets/images/autogen/Resultate-2006_NRp2.gif", w: 130, h: 24 }
};

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


// End Navigation Bars


