_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=30              // Sub menu top offset
_subOffsetLeft=-10  // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#7F0D0D";
oncolor="#F5ECEC";
offbgcolor="#F5ECEC";
offcolor="#111111";
bordercolor="#1662A0";
borderstyle="solid";
borderwidth=0;
separatorcolor="#7F0D0D";
separatorsize="1";
padding=2;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#1662A0";
headercolor="#1662A0";
headerbgcolor="#F5ECEC";
subimage="arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0)";
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Company Profile;url=../company/comp_profile.htm;");
aI("text=Management Team;url=../company/mgmt.htm;");
aI("text=Global Presence;url=../company/global.htm;");
aI("text=testimonials;url=../company/testimonials.htm;");
aI("text=Careers;url=../company/career.htm;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Enterprise Solutions;url=../services/ent_sol.htm");
aI("text=Small and Medium <br> Business Solutions;url=../services/sm-businessSolutions.htm");
aI("text=Broadband Solutions;url=../services/b_solutions.htm");
aI("text=Consultancy Solutions;url=../services/consultancy.htm");
aI("text=Training;url=../services/training.htm");

}

with(milonic=new menuname("Technology")){
style=menuStyle;
aI("text=Expertise;url=../technology/expertise.htm;");
aI("text=Solution Framework;url=../technology/s_framework.htm;");
aI("text=Business Process;url=../technology/b_process.htm;");
aI("text=Methodologies;url=../technology/methodologies.htm;");
}

with(milonic=new menuname("Showcase")){
style=menuStyle;
aI("text=Clientele;url=../showcase/clientele.htm");
aI("text=Case Study;url=../showcase/c_study.htm");
aI("text=Portfolio;url=../showcase/portfolio.htm");
}
with(milonic=new menuname("Downloads")){
style=menuStyle;
aI("text=Manuals;url=../downloads/manuals.htm");
aI("text=Product Demo;url=../downloads/p_demo.htm");
}
with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=../reachus/contact.htm");
aI("text=Feedback / Query Us;url=../reachus/feedback.htm");
aI("text=Request a Quotation;url=../reachus/quotation.htm");
}

drawMenus();

