_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-1             // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#8F7156";
oncolor="#ffffff";
offbgcolor="#8F7156";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11px";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#C09F69";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=11;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home.gif;overimage=images/home1.gif;url=index.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/who.gif;overimage=images/who1.gif;showmenu=who;url=whoweare.html;subimage=;separatorsize=0;");
aI("image=images/what.gif;overimage=images/what1.gif;showmenu=what;url=development.html;subimage=;separatorsize=0;");
aI("image=images/portfolio.gif;overimage=images/portfolio1.gif;showmenu=portfolio;url=portfolio.html;subimage=;separatorsize=0;");
aI("image=images/career.gif;overimage=images/career1.gif;url=careers.html;subimage=;separatorsize=0;");
aI("image=images/where.gif;overimage=images/where1.gif;url=contact.html;subimage=;separatorsize=0;");
}
	with(milonic=new menuname("who")){
	style=menuStyle;
	aI("text=Company Profile;url=whoweare.html;");
	aI("text=Our Mission & Vision;url=mission.html;");
	aI("text=Core Values;url=values.html;");
	aI("text=Corporate Information;url=corporate.html;");
	aI("text=Board of Directors;url=board.html;");
	aI("text=Affiliates and Partners;url=partners.html;");
	
	}
	
	with(milonic=new menuname("what")){
	style=menuStyle;
	aI("text=Development;url=development.html;");
	aI("text=Acquisition / Marketing;url=marketing.html;");
	aI("text=Management;url=management.html;");
	
	}
	
	with(milonic=new menuname("portfolio")){
	style=menuStyle;
	aI("text=Upcoming Projects;url=portfolio.html;");
	aI("text=Current Projects;url=current_projects.html;");
	aI("text=Past Projects;url=past_projects.html;");
	
	}
	



drawMenus();