// 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_1.gif", rollover: "../DB2_Forum_NRp2_1.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["NavigationBar3"] = {
	"Navigationsschaltflaeche1" : { image: "../DB-Systeme_Np1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche2" : { image: "../SAP_Np1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche3" : { image: "../DWH_BI_Np1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche4" : { image: "../WebSphere_Np1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche5" : { image: "../DB2_vs_Oracle_Np1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche6" : { image: "../NLS_Unicode_Np1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche7" : { image: "../Perl_Np1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche8" : { image: "../Java_JDBC_SQLJ_Np1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche9" : { image: "../CLI_ODBC_OLE_Np1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche19" : { image: "../XML_Support_Np1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche20" : { image: "../Data_Aging_Tools_Np1.gif", w: 140, h: 31 }
};

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


ButtonsImageMapping["NavigationBar2"] = {
	"Navigationsschaltflaeche21" : { image: "../DB2_z_OS_Np1_2.gif", rollover: "../DB2_z_OS_NRp2_2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche22" : { image: "../DB2_LUW_Np1_1.gif", rollover: "../DB2_LUW_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche23" : { image: "../DB2_for_i5_OS_Np1_1.gif", rollover: "../DB2_for_i5_OS_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche24" : { image: "../Themen_Hp3.gif", rollover: "../Themen_HRp4.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche25" : { image: "../Links_Np1_2.gif", rollover: "../Links_NRp2_2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche26" : { image: "../Hilfe_Infos_Np1_2.gif", rollover: "../Hilfe_Infos_NRp2_2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche27" : { image: "../Impressum_Np1_2.gif", rollover: "../Impressum_NRp2_2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche28" : { image: "../Suchen_Np1_2.gif", rollover: "../Suchen_NRp2_2.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

