// 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["NavigationBar1"] = {
	"Navigationsschaltflaeche5" : { image: "../../DB2_Forum_Np1.gif", rollover: "../../DB2_Forum_NRp2.gif", w: 140, h: 31 }
};

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


ButtonsImageMapping["NavigationBar2"] = {
	"Navigationsschaltflaeche1" : { image: "../../IBM_Links_Hp3_1.gif", rollover: "../../IBM_Links_HRp4_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche2" : { image: "../../DB2_Profis_Np1.gif", rollover: "../../DB2_Profis_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche3" : { image: "../../Third_Party_Vendors_Np1.gif", rollover: "../../Third_Party_Vendors_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche4" : { image: "../../z_OS_Experten_Np1.gif", rollover: "../../z_OS_Experten_NRp2.gif", w: 140, h: 31 }
};

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


// End Navigation Bars


