	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=[360];
		var menu_y=[112];
	}
	else
	{
		var menu_x=[370];
		var menu_y=[112];
	}
	var str="";
	str+="<style>\n";
	str+="a.menu1{font-family:Arial; font-size:12px; color:#000000;  text-decoration:none;}\n";
	str+="a.menu1:hover{font-family:arial; font-size:12px; color:#000000; text-decoration:none;}\n";
	str+="#submenu{ background:url(images/menubg.jpg) no-repeat; width:176px; height:75px; order:1px solid color:#cccccc;  }\n";
	if(ie)
	{
	str+="#Mmenu0{filter:alpha(opacity=100);position:absolute;top:" + menu_y[0] + "px;left:" + menu_x[0] + "px;visibility:hidden;z-index:10;}";
	}
	else
	{
	str+="#Mmenu0{filter:alpha(opacity=100);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);
		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]:menu_x[x]-10)+"px";
				objMDiv.style.visibility="visible";
			}
		else  document.layers[x].visibility="show";

	}
	

		function smout(x,y){
		if (!isMozilla){
		eval("s"+x+y).style.backgroundColor = "";
		eval("s"+x+y).style.color = "";		
			}
		else{
			document.getElementById("s"+x+y).style.backgroundColor="";
			//document.getElementById("s"+x+y).style.backgroundColor = "#ef8a00";
			document.getElementById("s"+x+y).style.color = "";
			}
	}

	function smover(x,y){
		if (!isMozilla){
			eval("s"+x+y).style.backgroundColor = "#fd9205";
			eval("s"+x+y).style.color = "#000000";
			}
		else{
			document.getElementById("s"+x+y).style.backgroundColor="#fd9205";
			document.getElementById("s"+x+y).style.color = "#000000";
		}
	}

function shideall()
	{
		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";
			}
	}
	
	
	<!--  sub menus  -->

	document.write ("<div id='Mmenu0'><div id='submenu'>");
	document.write ("<table  cellpadding=4 cellspacing=1  border=0 width=176 height=75 >");
	document.write ("<tr><td id='s10' onmouseover=smover('1','0');  onmouseout=smout('1','0') name='s10' style='cursor:pointer; padding-left:5px;' tyle='color:#ffffff;'onClick=location.href='"+linkPath+"services-project-delivery.html'><a href='services.html' class='menu1'>Services Overview</a></td></tr>");
	document.write ("<tr><td id='s11' onmouseover=smover('1','1');  onmouseout=smout('1','1') name='s11' style='cursor:pointer; padding-left:5px;' tyle='color:#ffffff;'onClick=location.href='"+linkPath+"services-project-delivery.html'><a href='services-project-delivery.html' class='menu1'>Project Delivery</a></td></tr>");
	document.write ("<tr><td id='s12' onmouseover=smover('1','2');  onmouseout=smout('1','2') name='s12' style='cursor:pointer;  padding-left:5px;' tyle='color:#ffffff;'onClick=location.href='"+linkPath+"services-project-programme-staffing.html'><a href='services-project-programme-staffing.html' class='menu1'>Project & Programme Staffing</td></tr>");
	document.write ("</table>");
	document.write("</div></div>");
	
