// 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["NavigationBar2"] = {
	"Navigationsschaltflaeche1" : { image: "../../../../Apostroph_u.a._Np1_1.gif", rollover: "../../../../Apostroph_u.a._NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche2" : { image: "../../../../Unique_Plan_Np1_1.gif", rollover: "../../../../Unique_Plan_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche3" : { image: "../../../../Piecesize_Np1_1.gif", rollover: "../../../../Piecesize_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche4" : { image: "../../../../SQL_Perform._Np1_1.gif", rollover: "../../../../SQL_Perform._NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche5" : { image: "../../../../-805_-818_Np1_1.gif", rollover: "../../../../-805_-818_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche6" : { image: "../../../../Freespace_Np1_1.gif", rollover: "../../../../Freespace_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche7" : { image: "../../../../Objekt_Stati_Np1_1.gif", rollover: "../../../../Objekt_Stati_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche8" : { image: "../../../../Date_Time_Np1_1.gif", rollover: "../../../../Date_Time_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche26" : { image: "../../../../CLOSE_Parm_Np1_1.gif", rollover: "../../../../CLOSE_Parm_NRp2_1.gif", w: 140, h: 31 },
	"Navigationsschaltflaeche27" : { image: "../../../../LOAD_CSV_Hp3_1.gif", rollover: "../../../../LOAD_CSV_HRp4_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


