// 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"] = {
	"Navigationsschaltflaeche28" : { 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["NavigationBar4"] = {
	"Navigationsschaltflaeche1" : { image: "../../System_Betrieb_Np1_1.gif", rollover: "../../System_Betrieb_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche2" : { image: "../../DDL_DML_Np1_1.gif", rollover: "../../DDL_DML_NRp2_1.gif", w: 140, h: 31 }
};

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


ButtonsImageMapping["NavigationBar2"] = {
	"Navigationsschaltflaeche3" : { image: "../../News_Archive_Np1.gif", rollover: "../../News_Archive_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche4" : { image: "../../z_OS_Code_Np1.gif", rollover: "../../z_OS_Code_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche5" : { image: "../../Papers_Np1.gif", rollover: "../../Papers_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche6" : { image: "../../Versions_Np1.gif", rollover: "../../Versions_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche7" : { image: "../../Tipps_Tricks_Hp3_1.gif", rollover: "../../Tipps_Tricks_HRp4_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche8" : { image: "../../DB2_Hotline_Np1.gif", rollover: "../../DB2_Hotline_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche26" : { image: "../../WLM_Np1.gif", rollover: "../../WLM_NRp2.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche27" : { 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


