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(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#333333";
headercolor="#ffffff";
offbgcolor="#333333";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=4;
pagebgcolor="#000000";
pagecolor="ffffff";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.htm;");
aI("showmenu=Why;text=Why Us;");
aI("showmenu=Models;text=Our Business Models;");
aI("showmenu=Services;text=Services We Offer;");
aI("text=How We Work;url=work.htm;");
aI("text=Downloads;url=download.htm;");
aI("text=Help;url=help.htm;");
aI("text=Request A Quote;url=request.htm;");
aI("text=Product Portfolio;url=portfolio.htm;");

}

with(milonic=new menuname("Why")){
overflow="scroll";
style=menuStyle;
aI("text=Sis Commitment;url=commitment.htm;")
aI("text=Company Profile;url=compprofile.htm;")
aI("text=Infrastructure;url=infra.htm;")
aI("text=Our Team;url=team.htm;")
aI("text=Our Values;url=values.htm;")
}

with(milonic=new menuname("Models")){
style=menuStyle;
aI("text=Traditional P.C. Products;url=pc.htm;");
aI("text=Enterprise Applications;url=enterprise.htm;");
aI("text=Web Based Applications;url=web.htm;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("showmenu=IT;text=IT Services;");
aI("text=Consultancy Services;url=consultancy.htm;");
aI("showmenu=Outsourcing;text=Outsourcing Services;");
aI("text=Education/Training;url=education.htm;");
}

with(milonic=new menuname("IT")){
style=menuStyle;
aI("text=Software Solutions;url=softwaresol.htm;");
aI("text=Web Solutions;url=websol.htm;");
aI("text=Graphic & Multimedia Solutions;url=graphicsol.htm;");
aI("text=Networking Solutions;url=networksol.htm;");
aI("text=Quality Assurance & Testing;url=qualitysol.htm;");
aI("text=Turnkey Solutions;url=turnkey.htm;");

}

with(milonic=new menuname("Outsourcing")){
style=menuStyle;
aI("text=Data Entry;url=dataentry.htm;");
aI("text=Data Processing & Data Conversion;url=processing.htm;");
aI("text=E-Accounting;url=eaccount.htm;");
aI("text=E-Business;url=ebusiness.htm;");
}



drawMenus();

