// 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");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar4"] = {
	"NavigationButton1" : { image: "./Home_Np1_1.gif", rollover: "./Home_NRs1_1.gif", w: 130, h: 24 },
	"NavigationButton2" : { image: "./Development_Np1_1.gif", rollover: "./Development_NRs1_1.gif", w: 130, h: 24 },
	"NavigationButton3" : { image: "./Marketing_Np1_1.gif", rollover: "./Marketing_NRs1_1.gif", w: 130, h: 24 },
	"NavigationButton4" : { image: "./Support_Np1_1.gif", rollover: "./Support_NRs1_1.gif", w: 130, h: 24 },
	"NavigationButton5" : { image: "./On-line_business_Np1_1.gif", rollover: "./On-line_business_NRs1_1.gif", w: 130, h: 24 },
	"NavigationButton6" : { image: "./Clients_Hp2_1.gif", rollover: "./Clients_HRs1_1.gif", w: 130, h: 24 },
	"NavigationButton7" : { image: "./Realcom_Blog_Np1.gif", rollover: "./Realcom_Blog_NRs1.gif", w: 130, h: 24 }
};

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


// End Navigation Bars

