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=4;
_subOffsetLeft=-2;


with(menuimg=new mm_style()){
styleid=3;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana,Arial";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
separatorcolor="white";
separatorsize=1;
}

with(WhiteBlue=new mm_style()){
styleid=2;
fontfamily="Verdana,Arial";
fontsize="9px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#FFFFFF";
offcolor="#072463";
onbgcolor="#b6bc12";
oncolor="#072463";
bordercolor="#ccd6e0";
borderstyle="solid";
borderwidth=1;
padding=3;
separatorcolor="#00529b";
separatorsize=1;
}


with(milonic=new menuname("about")){
style=WhiteBlue;
menuwidth=100;
top="offset=0";
aI("text=The Company;url=abt_company.asp;");
aI("text=Guiding Principles;url=abt_guidingPrinciples.asp;");
aI("text=Innovation;url=abt_innovation.asp;");
aI("text=Contact;url=abt_contact.asp;");
}

with(milonic=new menuname("strength")){
style=WhiteBlue;
menuwidth=80;
top="offset=0";
aI("text=Hard Skills;url=strength_hardSkills.asp;");
aI("text=Harder Skills;url=strength_harderSkills.asp;");
aI("text=Tech Skills;url=strength_techSkills.asp;");
}

with(milonic=new menuname("work")){
style=WhiteBlue;
menuwidth=80;
top="offset=0";
left="offset=-10";
aI("text=Verticals;url=work_verticals.asp;");
aI("text=Case Studies;url=work_caseStudies.asp;");
aI("text=Products;url=work_products.asp;");
}

with(milonic=new menuname("services")){
style=WhiteBlue;
menuwidth=150;
top="offset=0";
left="offset=-10";
aI("text=IT Consultancy;url=services_itConsulting.asp;");
aI("text=Outsourcing;url=services_outsourcing.asp;");
aI("text=Web Application;url=services_webApplication.asp;");
aI("text=Software Development;url=services_softwareDevelopment.asp;");
aI("text=Web Designing & multimedia;url=services_webDesigning.asp;");
aI("text=Content Management;url=services_content.asp;");
aI("text=E-Learning Solutions;url=services_eLearning.asp;");
aI("text=HR Practices;url=services_hrPractices.asp;");
}

with(milonic=new menuname("approach")){
style=WhiteBlue;
menuwidth=180;
top="offset=0";
left="offset=-10";
aI("text=Software Development Life Cycle;url=approach_softwareDevelopment.asp;");
aI("text=Dual-Shore Development;url=approach_dualDevelopment.asp;");
aI("text=Engagement Models;url=approach_engagementModels.asp;");
aI("text=India Development Centre (IDC);url=approach_indiaDevelopment.asp;");
}

with(milonic=new menuname("clientele")){
style=WhiteBlue;
menuwidth=80;
top="offset=0";
left="offset=-10";
aI("text=By Industry;url=clientele_industry.asp;");
aI("text=By Solution;url=clientele_solution.asp;");
aI("text=Testimonials;url=clientele_testimonials.asp;");
}

with(milonic=new menuname("team")){
style=WhiteBlue;
menuwidth=110;
top="offset=0";
left="offset=-10";
aI("text=Culture;url=team_culture.asp;");
aI("text=Organization Chart;url=team_orgChart.asp;");
}

with(milonic=new menuname("careers")){
style=WhiteBlue;
menuwidth=120;
top="offset=0";
left="offset=-10";
aI("text=Life at E Vision;url=career_life.asp;");
aI("text=Continuous Learning;url=career_continuousLearning.asp;");
aI("text=Openings;url=career_openings.asp;");
aI("text=Apply;url=career_apply.asp;");
}

drawMenus();


