	window.onresize = new Function("window.location.reload();");
	var ie=(document.all)?1:0;
	var hide=-1;
	var isMozilla=false;
	var bDom = document.getElementById?1:0;
	var bVersion=navigator.appVersion;
	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;
	opera=window.opera?1:0;

	var isMozilla=false;
	var bDom = document.getElementById?1:0;
	var bVersion=navigator.appVersion;
	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;
	
	if(ie)
	{
		var menu_x=[190];
		var menu_y=[345];
	}
	else
	{
		var menu_x=[171];
		var menu_y=[341];
	}
	
	var str=""
	str+="<style>";
	if(ie)
	{
	str+="#Mmenu0{filter:alpha(opacity=90);position:absolute;top:" + menu_y[0] + "px;left:" + menu_x[0] + "px;visibility:hidden;z-index:10;}";
	}
	else
	{
	str+="#Mmenu0{-moz-opacity:.90;opacity:.90;position:absolute;top:" + menu_y[0] + "px;left:" + menu_x[0] + "px;visibility:hidden;}";
	}
	str+="</style>";
	document.write(str);
	
	<!--  submenu functions -->
	
	function hideall()
	{
		for(i=0;i<1;i++) { 
			if(ie) eval("Mmenu"+i +".style.visibility='hidden';");
			else if (isMozilla){
				var objMDiv = document.getElementById("Mmenu"+i);
				objMDiv.style.visibility="hidden";
			}
			else  document.layers[i].visibility="hide";
			}
	}
	
	function menu(x){
		temp=x;
		//shideall();
		if(ie)eval("Mmenu"+ x).style.left = (mMenu.clientWidth>800?(mMenu.clientWidth-800)-((mMenu.clientWidth-800)/2)+menu_x[x]:menu_x[x]-10)+"px";
		if(ie) eval("Mmenu"+ x +".style.visibility='visible';");
		else if (isMozilla){
				var objMDiv = document.getElementById("Mmenu"+ x);
				objMDiv.style.left = (window.innerWidth>800?(window.innerWidth-800)-((window.innerWidth-800)/2)+menu_x[x]+9:menu_x[x])+"px";
				//alert(window.innerWidth);
				objMDiv.style.visibility="visible";
			}
		else  document.layers[x].visibility="show";
	}
	
	function smout(x,y){
				
		if (!isMozilla){
		eval("c"+x+y).style.backgroundColor = "#2D8259";
		eval("c"+x+y).style.color = "#344e80";
			}
		else{
			document.getElementById("c"+x+y).style.backgroundColor = "#2D8259";
			document.getElementById("c"+x+y).style.color = "#344e80";
			}
	}

	function smover(x,y){
	

		if (!isMozilla){
			eval("c"+x+y).style.backgroundColor = "#E86F0F";
			eval("c"+x+y).style.color = "#000000";
			}
		else{
			document.getElementById("c"+x+y).style.backgroundColor = "#E86F0F";
			document.getElementById("c"+x+y).style.color = "#000000";
		}

	}
	
	
	document.write("<div id='mMenu' style='width:100%'><img src='images/spacer.gif' width='100%' height='0'></div>");
	
	document.write("<div id='Mmenu0'>");
	document.write("<table cellpadding=6 cellspacing=1 border=0 bgcolor='#e9e9e9'>");
	document.write(	"<tr bgcolor='#2D8259'><td id='c00' name='c00' width='130' onmouseover=smover('0','0'); onmouseout=smout('0','0'); class='submenu' style='cursor:pointer;' align='left' onClick=location.href='"+ linkPath +"whatsnew/project_showcase.php'><font style='font-family:arial; font-size:11px; color:#ffffff;' title='PROJECT SHOWCASE'><b>PROJECT SHOWCASE</b></font></td></tr>");
	document.write(	"<tr bgcolor='#2D8259'><td id='c01' name='c01' width='130' onmouseover=smover('0','1'); onmouseout=smout('0','1'); class='submenu' style='cursor:pointer;' align='left' onClick=location.href='"+ linkPath +"whatsnew/current_vacancies.php'><font style='font-family:arial; font-size:11px; color:#ffffff;' title='CURRENT VACANCIES'><b>CURRENT VACANCIES</b></font></td></tr>");
	document.write(	"<tr bgcolor='#2D8259'><td id='c02' name='c02' width='130' onmouseover=smover('0','2'); onmouseout=smout('0','2'); class='submenu' style='cursor:pointer;' align='left' onClick=location.href='"+ linkPath +"whatsnew/news.php'><font style='font-family:arial; font-size:11px; color:#ffffff;' title='NEWS'><b>NEWS</b></font></td></tr>");
	document.write(	"<tr bgcolor='#2D8259'><td id='c04' name='c04' width='130' onmouseover=smover('0','4'); onmouseout=smout('0','4'); class='submenu' style='cursor:pointer;' align='left' onClick=location.href='"+ linkPath +"whatsnew/awards.html'><font style='font-family:arial; font-size:11px; color:#ffffff;' title='AWARDS'><b>AWARDS</b></font></td></tr>");
	document.write("</table>");
	document.write("</div>");
	


function fixH(one,two) {
	if (document.getElementById(one)) {
	var lh=document.getElementById(one).offsetHeight;
	var rh=document.getElementById(two).offsetHeight;
	var nh = Math.max(lh, rh); 
	document.getElementById(one).style.height=nh+"px";
	document.getElementById(two).style.height=nh+"px";
	}
}