

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#fe0000";
oncolor="#ffffff";
offbgcolor="#F5D3A0";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";

padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#fe0000";
headercolor="#FF3333";
headerbgcolor="#FF3333";

subimagepadding="9";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=60;
left=43;
alwaysvisible=1;
orientation="horizontal";
aI("text=;url=#");
aI("text=&nbsp;<b>Who we are</b>&nbsp;showmenu=aboutus;");
aI("text=&nbsp;<b>Projects</b>&nbsp;showmenu=projects;url=projects.htm;");
aI("text=&nbsp;<b>Services</b>&nbsp;showmenu=services;url=service.htm;");
aI("text=&nbsp;<b>Clientele</b>&nbsp;url=client.htm;");
aI("text=&nbsp;<b>Careers</b>&nbsp;url=careers.htm;");
aI("text=&nbsp;<b>Feedback</b>&nbsp;showmenu=media;url=feedback.htm;");
aI("text=&nbsp;<b>Get in Touch</b>;url=contact.htm;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle;
overflow="scroll";
aI("text=;url=#");
aI("text=Company Profile;url=company.htm");
aI("text=Vision & Mission;url=vision.htm");
aI("text=Quality Policy;url=quality.htm");
aI("text=Certifications;url=certificate.htm");
aI("text=Infrastructure;url=infrastructure.htm");
}

with(milonic=new menuname("services")){
style=menuStyle;
overflow="scroll";
aI("text=Housing Colonies;url=service_housing.htm");
aI("text=Power Projects;url=service_power.htm");
aI("text=Construction;url=service_const.htm");
}

with(milonic=new menuname("projects")){
style=menuStyle;
overflow="scroll";
aI("text=Property Development;showmenu=land;url=property.htm;");
aI("text=Power Projects;showmenu=elec;url=power.htm;");
aI("text=Construction;url=construction.htm;");
}

with(milonic=new menuname("land")){
style=menuStyle;
overflow="scroll";
aI("text=Housing Colonies;url=housing.htm");
aI("text=Apartments;url=apartment.htm");
}

with(milonic=new menuname("elec")){
style=menuStyle;
overflow="scroll";
aI("text=Transmission Lines;url=transmission.htm");
aI("text=Distribution Lines;url=distribution.htm");
aI("text=Sub Stations;url=stations.htm");
}

drawMenus();