// 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"] = {
	"Navigationsschaltflaeche10" : { 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: "../RSS_Feeds_Hp3_1.gif", rollover: "../RSS_Feeds_HRp4_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche2" : { image: "../DB2_z_OS_Np1_1.gif", rollover: "../DB2_z_OS_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche3" : { image: "../DB2_LUW_Np1_1.gif", rollover: "../DB2_LUW_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche4" : { image: "../DB2_for_i5_OS_Np1_1.gif", rollover: "../DB2_for_i5_OS_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche5" : { image: "../Themen_Np1_1.gif", rollover: "../Themen_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche6" : { image: "../Links_Np1_1.gif", rollover: "../Links_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche7" : { image: "../Hilfe_Infos_Np1_1.gif", rollover: "../Hilfe_Infos_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche8" : { image: "../Impressum_Np1_1.gif", rollover: "../Impressum_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche9" : { image: "../Suchen_Np1_1.gif", rollover: "../Suchen_NRp2_1.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

