_menuCloseDelay=500;          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=3;            // The time delay before menus open on mouse over
_subOffsetTop=5;              // Sub menu top offset
_subOffsetLeft=-2;     
with(menuStyleL=new mm_style()){
	offbgcolor="#20125F"; 
	offcolor="#FFFFFF";
	onbgcolor="#D31D19";
	oncolor="#FFFFFF";
	bordercolor="#FFFFFF";
	borderstyle="solid";
	borderwidth="1";
	separatorcolor="#90D7F3";
	separatorsize="1";
	padding=6;
	fontsize="11px";
	fontweight="normal";
	fontstyle="normal";
	fontfamily="Arial"; 
	pagecolor="#004C82";
	pagebgcolor="#82C5E9";
	headercolor="#D0C4B5";
	headerbgcolor="#070909";
	subimage="images/arow.gif";
	subimagepadding="2";
	overfilter="Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.62,a);Shadow(color='#e8e7e7', Direction=130, Strength=1)";
}
with(link=new menuname("about")){    
		style=menuStyleL;
		overflow="scroll";
		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Company Profile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=showContent.php?linkid=2&p=1");  	
		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Mission & Vision&nbsp;&nbsp;&nbsp;url=showContent.php?linkid=3&p=1");  
		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Quality Policy&nbsp;&nbsp;&nbsp;url=showContent.php?linkid=4&p=1");  
		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;The Clearway Advantage&nbsp;&nbsp;&nbsp;url=showContent.php?linkid=5&p=1"); 	
	}
	with(link=new menuname("projects")){    
		style=menuStyleL;
		overflow="scroll";
		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Upcoming &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>;url=projects.php?type=up&p=6");
		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Ongoing &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=projects.php?type=on&p=6");
		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Completed &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=projects.php?type=co&p=6");  
		}
	with(link=new menuname("contact")){
       style=menuStyleL;
	   overflow="scroll";
       aI("text=&nbsp;&nbsp;&nbsp;Contact Information &nbsp;&nbsp;&nbsp;url=showContent.php?linkid=10&p=9");
	   aI("text=&nbsp;&nbsp;&nbsp;Enquiry / Feedback &nbsp;&nbsp;&nbsp;url=contactus.php?linkid=11&p=9");
			}	
drawMenus();	



