fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
<!-- borderstyle="solid";
<!-- borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ff6600";     // Color del background del submenu sin seleccionar una opcion
//offbgcolor="#000000";
offcolor="#ffffff";       // Color de la letra sin seleccionar
onbgcolor="#FF9859";      // Color del background del submenu al seleccionar una opcion
oncolor="#993300";        // Color de la letra al seleccionar
outfilter="Blinds( Bands=1,direction=down, duration=0.5)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
//padding=3;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
<!-- borderstyle="solid";
borderstyle=0;
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="link1.gif";
imagepadding=6;
//offbgcolor="#ffffff";
offcolor="#ffffff";
//onbgcolor="#ffffff";
oncolor="#993300";
outfilter="Fade(Overlap=1.00)";
overimage="link2.gif";
padding=5;
pagecolor="black";
//separatorcolor="#6A9DCC";
//separatorsize=1;
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
openstyle="down";
orientation="horizontal";
left=20;
top=102;
style=menuStyle;
aI("showmenu=aboutus;text=ABOUT US;");
aI("showmenu=services;text=SERVICES;");
aI("text=EXAMPLE PROJECT;url=en_caseStudies.htm;");
aI("text=ALLIANCES;url=en_alliances.htm");
aI("showmenu=clients;text=CLIENTS;");
aI("showmenu=campaign;text=CAMPAIGNS;");
aI("text=CONTACT US;url=en_contactUs.htm");
}

with(milonic=new menuname("aboutus")){
openstyle="down";
style=submenuStyle;
aI("text=Overview;url=en_about_us.htm;");
aI("text=Fast Facts;url=en_about_fastFacts.htm;");
aI("text=Company Profile;url=en_about_comp_profile.htm;");
aI("text=Mission and Vision;url=en_about_mission.htm;");
aI("text=Corporate Culture;url=en_about_culture.htm;");
aI("text=Distinctive Service;url=en_about_service.htm;");
}

with(milonic=new menuname("services")){
openstyle="down";
style=submenuStyle;
//aI("text=ProPYME;url=en_services_propyme.htm;");
aI("text=Nearshore Software Factory;url=en_services_software.htm;");
//aI("text=SAP All-in-One;url=en_services_allinone.htm;");
//aI("text=Consulting Services;url=en_services_consulting.htm;");
aI("text=Staffing;url=en_services_staffing.htm;");
//aI("text=Training;url=en_services_training.htm;");
aI("text=Help Desk;url=en_services_helpDesk.htm;");
}

with(milonic=new menuname("clients")){
openstyle="down";
style=submenuStyle;
aI("text=Our Clients;url=en_clients.htm;");
aI("text=Testimonials;url=en_clients_testim.htm;");
}

with(milonic=new menuname("campaign")){
openstyle="down";
style=submenuStyle;
aI("text=ProFit        ;url=profit.htm;");
}



drawMenus();

