

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#18517D";
oncolor="#FFFFFF";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#000000";
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=80);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=90;
screenposition="center";
menuwidth="720";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.htm;");
aI("text=Corporate Info;showmenu=corpinfo;");
aI("text=Products and Services;url=prodserv.htm;showmenu=prodserv;");
aI("text=Project Spotlights;url=spotlight.htm;");
aI("text=Site Map;url=sitemap.htm;");
aI("text=Contact Us;url=contact.htm;");
}

with(milonic=new menuname("corpinfo")){
style=menuStyle;
overflow="scroll";
aI("text=Experience;url=experience.htm;");
aI("text=Manufacturing Facilities;url=manufacturing.htm;");
aI("text=Customer Relationships;url=custrela.htm;showmenu=custrela;");
aI("text=Community Relationships;url=community.htm;");
aI("text=Employment Opportunities;url=employment.htm;");
aI("text=News;url=news.htm;");
aI("text=Contact Information;url=contact.htm;");
}

with(milonic=new menuname("custrela")){
style=menuStyle;
overflow="scroll";
aI("text=Client Portfolio;url=clientportfolio.htm;");
aI("text=International;url=international.htm;");
}

with(milonic=new menuname("prodserv")){
style=menuStyle;
aI("text=Technology;showmenu=technolo;");
aI("text=Manufacturing;url=manufacturing.htm;");
aI("text=Designed and Manufactured Products;showmenu=desimanu;");
aI("text=Engineering Services;url=services.htm;");
aI("text=Field Services;url=services2.htm;");
}

with(milonic=new menuname("technolo")){
style=menuStyle;
overflow="scroll";
aI("text=Structural Analysis and System Dynamics;url=structuralanalysis.htm;");
aI("text=Computational Fluid Dynamics;url=computational.htm;");
}

with(milonic=new menuname("desimanu")){
style=menuStyle;
overflow="scroll";
aI("text=Rehabilitation and Total Plant Upgrades;url=rehabilitation.htm;");
aI("text=Pump Turbines;url=pumpturbines.htm;");
aI("text=Pumps;url=pumps.htm;");
aI("text=New Turbines;url=newturbines.htm;");
aI("text=Seagull;url=seagull.htm;");
}

drawMenus();

