
_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="#F1F4FA";
oncolor="#000000";
offbgcolor="#E4EBF5";
offcolor="#000000";
bordercolor="#8EA3E7";
borderstyle="solid";
borderwidth=0;
separatorcolor="#5C6CA0";
padding=4;
spacing=2;
fontsize="70%";
fontstyle="smooth";
fontfamily="Verdana";
fontweight="normal";
pagecolor="black";
pagebgcolor="#F1F4FA";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#A2BEDB', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Placement services;url=services_placement.htm;");
aI("text=Consulting Services;url=services_consulting.htm;");
aI("text=Project Development;url=services_prjdevpt.htm;");
aI("text=BPO Services;url=services_bpo.htm;");
}

with(milonic=new menuname("Solutions")){
style=menuStyle;
aI("text=ERP Solutions;url=solutions_erp.htm;");
aI("text=CRM Solutions;url=solutions_crm.htm;");
aI("text=Telecom;url=solutions_telecom.htm;");
aI("text=Database solutions;url=solutions_database.htm;");
}

with(milonic=new menuname("Careers")){
style=menuStyle;
aI("text=Current Openings;url=current_open.php;");
aI("text=Post Your Resume;url=postres.php;");
}

drawMenus();