// 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"] = {
	"Navigationsschaltflaeche25" : { 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: "../../../../CPU_Time_Np1.gif", rollover: "../../../../CPU_Time_NRp2.gif", w: 140, h: 31, opening: "right", offsetX: 140, offsetY: 0 },
	"Navigationsschaltflaeche26" : { image: "../../../../CPU_Time_Np1.gif", rollover: "../../../../CPU_Time_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche27" : { image: "../../../../Not_accounted_Np1.gif", rollover: "../../../../Not_accounted_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche2" : { image: "../../../../Space_Calc_Np1.gif", rollover: "../../../../Space_Calc_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche3" : { image: "../../../../DSNZPARM_Np1.gif", rollover: "../../../../DSNZPARM_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche4" : { image: "../../../../BP_Thresholds_Np1.gif", rollover: "../../../../BP_Thresholds_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche5" : { image: "../../../../IRLM_Locking_Np1.gif", rollover: "../../../../IRLM_Locking_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche6" : { image: "../../../../ohne_Logging___Np1.gif", rollover: "../../../../ohne_Logging___NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche7" : { image: "../../../../Util_Threads_Np1.gif", rollover: "../../../../Util_Threads_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche8" : { image: "../../../../DDF_Threads_Np1.gif", rollover: "../../../../DDF_Threads_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche9" : { image: "../../../../DSNTEP2_Hp3.gif", rollover: "../../../../DSNTEP2_HRp4.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche19" : { image: "../../../../ADRDSSU_Np1.gif", rollover: "../../../../ADRDSSU_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche20" : { image: "../../../../Sorts_Np1.gif", rollover: "../../../../Sorts_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche21" : { image: "../../../../DDF_Np1.gif", rollover: "../../../../DDF_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche22" : { image: "../../../../DB2_Traces_Np1.gif", rollover: "../../../../DB2_Traces_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche23" : { image: "../../../../VSAM_Cluster_Mgmt_Np1.gif", rollover: "../../../../VSAM_Cluster_Mgmt_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche24" : { image: "../../../../EDM_Pool_Np1.gif", rollover: "../../../../EDM_Pool_NRp2.gif", w: 140, h: 31 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar2", rollover: true, autoClose: true });
	$("#NavigationBar2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar2_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 140, offsetY: 0 });
	$("#NavigationBar2 ul").hide();
});


// End Navigation Bars

