// 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"] = {
	"Navigationsschaltflaeche29" : { 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: "../../DB-Systeme_Np1.gif", rollover: "../../DB-Systeme_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche2" : { image: "../../SAP_Np1.gif", rollover: "../../SAP_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche3" : { image: "../../DWH_BI_Np1.gif", rollover: "../../DWH_BI_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche4" : { image: "../../WebSphere_Np1.gif", rollover: "../../WebSphere_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche5" : { image: "../../DB2_vs_Oracle_Hp3_1.gif", rollover: "../../DB2_vs_Oracle_HRp4_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche6" : { image: "../../NLS_Unicode_Np1.gif", rollover: "../../NLS_Unicode_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche7" : { image: "../../Perl_Np1.gif", rollover: "../../Perl_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche8" : { image: "../../Java_JDBC_SQLJ_Np1.gif", rollover: "../../Java_JDBC_SQLJ_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche26" : { image: "../../CLI_ODBC_OLE_Np1.gif", rollover: "../../CLI_ODBC_OLE_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche27" : { image: "../../XML_Support_Np1.gif", rollover: "../../XML_Support_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche28" : { image: "../../Data_Aging_Tools_Np1.gif", rollover: "../../Data_Aging_Tools_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


