// 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"] = {
	"Navigationsschaltflaeche24" : { 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: "../../Newsletter_Archive_Np1.gif", rollover: "../../Newsletter_Archive_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche2" : { image: "../../Features_Lizenzen_Np1.gif", rollover: "../../Features_Lizenzen_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche3" : { image: "../../Solaris_Parms_Np1.gif", rollover: "../../Solaris_Parms_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche4" : { image: "../../HW_Support_Np1.gif", rollover: "../../HW_Support_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche5" : { image: "../../Backup_Recovery_Np1.gif", rollover: "../../Backup_Recovery_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche6" : { image: "../../BP_Sizes_Np1.gif", rollover: "../../BP_Sizes_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche7" : { image: "../../Part_Clust_MDC_Np1.gif", rollover: "../../Part_Clust_MDC_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche8" : { image: "../../HWM_reduction_Np1.gif", rollover: "../../HWM_reduction_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche9" : { image: "../../Unix_Code_Np1.gif", rollover: "../../Unix_Code_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche19" : { image: "../../Windows_Code_Hp3.gif", rollover: "../../Windows_Code_HRp4.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche20" : { image: "../../OS_2_Code_Np1.gif", rollover: "../../OS_2_Code_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche21" : { image: "../../Papers_Np1.gif", rollover: "../../Papers_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche22" : { image: "../../DB2_Encryption_Np1.gif", rollover: "../../DB2_Encryption_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche23" : { image: "../../Tools_Np1.gif", rollover: "../../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

