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=1;
_subOffsetLeft=-1;




with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="aliceblue";
offcolor="#000000";
onbgcolor="#c0e0ff";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#c0e0ff";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(menu=new menuname("ITServices")){
style=menuStyle;
aI("text=Application Services;url=application_services.asp;");
aI("text=Business 2 Business Services;url=b2b.asp;");
aI("text=Business Integration;url=bi.asp;");
aI("text=Business Intelligence;url=bint.asp;");
aI("text=Process Solutions;url=solutions.asp;");
aI("text=Customer Relationship Management;url=crm.asp;");
aI("text=IT Infrastructure;url=infrastructure.asp;");
aI("text=Projects;url=projects.asp;");
}


with(menu=new menuname("Industries")){
style=menuStyle;
aI("text=Automotive;url=automotive.asp;")
aI("text=Discrete Manufacturing;url=discrete_manufacturing.asp;")
aI("text=Banking and Finance;url=banking_and_finance.asp;")
aI("text=Retail and Consumer Products;url=retail_and_consumer_products.asp;")
aI("text=Telecommunications;url=telecommunications.asp;")
aI("text=Health Insurance;url=healthinsurance.asp;")
aI("text=Logistics;url=logistics.asp;")
}

with(menu=new menuname("Outsourcing")){
style=menuStyle;
aI("text=Application Outsourcing;url=application_outsourcing.asp;");
aI("text=Offshore Outsourcing;url=offshore.asp;");
aI("text=Customer Service;url=customers.asp;");
aI("text=Methodology;url=methodology.asp;");
aI("text=Knowledge Process Outsourcing;url=kpo.asp;");

}

with(menu=new menuname("Technology")){
style=menuStyle;
aI("text=COE;url=coe_technology.asp;");
aI("text=IBM BBIC;url=ibm_technology.asp;");
aI("text=J2EE;url=j2ee_technology.asp;");
aI("text=Microsoft;url=microsoft_technology.asp;");
aI("text=PeopleSoft;url=peoplesoft_technology.asp;");
aI("text=Data Warehousing;url=DBI_technology.asp;");
aI("text=SAP;url=SAP_technology.asp;");
aI("text=Webservices;url=webservices_technology.asp;");
}

with(menu=new menuname("Downloads")){
style=menuStyle;
aI("text=Brochures;url=brochures.asp;");
aI("text=White Papers;url=whitepapers.asp;");
}

drawMenus();

