var selectsRun=false;

var B = "0";


function showMenu( sCatID, sBackground, sHighLight, sContent, aEntries ) {
	var nLoop, sLinkCatID, sLinkZoneID, sLinkWindow, sLinkDescription;

	document.write("<div style=\"visibility:hidden; position:absolute; margin-top: 21px; margin-left:0px; border:1px #0099CC solid;\" id=cat" + sCatID + ">");
	document.write("<table border=0px bgcolor=\"" + sBackground + "\" WIDTH=110px>");

	for (nLoop = 0; nLoop < aEntries.length; nLoop++) {
		var aComponents=aEntries[nLoop].split("~");
		sLinkCatID = aComponents[0];
		sLinkZoneID = aComponents[1];
		sLinkWindow = aComponents[2];
		sLinkDescription = aComponents[3];

		document.write("<TR>");
		document.write("<TD CLASS=\"sub\" ONCLICK=\"Off(this," + sCatID+ ");"+sLinkWindow+"('" + sLinkCatID + "','" + sLinkZoneID + "');\" ONMOUSEOVER=\"B='1'; On(this," + sCatID+ ");this.style.backgroundColor='" + sHighLight + "';this.style.cursor='pointer';this.style.textDecorationUnderline=false;\" ONMOUSEOUT=\"B='0';this.style.backgroundColor='';this.style.textDecorationUnderline=false;\">");
		document.write("<NOBR><IMG SRC=\"" + sContent + "/Spacer.gif\" HEIGHT=0 WIDTH=0 BORDER=0 HSPACE=0 VSPACE=0>");
		document.write(sLinkDescription);
		document.write("<IMG SRC=\"" + sContent + "/Spacer.gif\" HEIGHT=0 WIDTH=0 BORDER=0 HSPACE=0 VSPACE=0></NOBR>");
		document.write("</TD>");
		document.write("</TR>");
	}

	document.write("</table>");
	document.write("</div>");
}





function menu1() {
showMenu('8001','#006666','#00333E','',new Array('about-us.php~~gotoPage~Introduction','our-team.php~~gotoPage~Our Team'));
}

function menu2() {
showMenu('8002','#006666','#00333E','',new Array('projects-PRUD.php~~gotoPage~Umm Al Quwain Marina Sales Centre','projects-ITS.php~~gotoPage~Bahrain Marina West','projects-HPG.php~~gotoPage~Dubai Bay Gate Tower','projects-LT.php~~gotoPage~Dubai Marina Mosque','projects-HE.php~~gotoPage~Al Falah New Community, Abu Dhabi','projects-RC.php~~gotoPage~Phase DPIA, Masdar City, Abu Dhabi','projects-CRI.php~~gotoPage~Manarat Al Saadiyat, Abu Dhabi','projects-FR.php~~gotoPage~Fanr Restaurant, Manarat Al Saadiyat, Abu Dhabi','projects-NAS.php~~gotoPage~Villa complex at Nad Al Sheba, Dubai'));
}

function menu3() {
showMenu('8003','#006666','#00333E','',new Array('blank.php~~gotoPage~Blank'));
}

function menu4() {
showMenu('8004','#006666','#00333E','',new Array(
'news.php~~gotoPage~Practice Update – July 2011', 
'news_July2010.php~~gotoPage~Practice Update – July 2010', 
'news_Oct2009.php~~gotoPage~Practice Update – Oct 2009',
'news_May2009.php~~gotoPage~Practice Update – May 2009'
));
}






agent = navigator.userAgent;
browserVer = 2;
if (agent.substring(0,7) == "Mozilla")
	if ( parseInt(agent.substring(8,9) ) >= 3)
		browserVer = 1;

