


_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#EDEEEF";
oncolor="#09204C";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="#CDCDCD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CDCDCD";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=91;
align="center";
alwaysvisible=1;
aI("showmenu=services;image=images/default_17.jpg;overimage=images/default-over_17.jpg;");
aI("url=quality.html;image=images/default_18.jpg;overimage=images/default-over_18.jpg;");
aI("url=infrastructure.html;image=images/default_19.jpg;overimage=images/default-over_19.jpg;");
aI("url=careers.html;image=images/default_20.jpg;overimage=images/default-over_20.jpg;");
aI("url=faq.html;image=images/default_21.jpg;overimage=images/default-over_21.jpg;");
aI("url=contact-us.htm;image=images/default22_21.jpg;overimage=images/default-over22_21.jpg;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle;
aI("text=Company Profile;url=profile.htm;");
aI("text=Vision;url=vision.htm;");
aI("text=Mission;url=mission.htm;");
aI("text=Our Team;url=our-team.htm;");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Service Overview;url=sevices-overview.html;");
aI("text=Customer Support;url=customer-support.html;");
aI("text=Medical Billing;url=medical-billing.html;");
aI("text=Data Management;url=data-management.html;");
aI("text=Technical Help Desk;url=technical-help-desk.html;");
aI("text=E-mail Support Service;url=email-support-service.html;");
aI("text=Chat Support Service;url=chat-support-service.html;");
aI("text=Online Trading;url=online-trading.html;");
aI("text=Accounting Services;url=accounting-pay-roll-service.html;");
aI("text=Out Bound Call Center;url=out-bound-call-center.html;");
}



drawMenus();
