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="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DDDADD";
offcolor="#000000";
onbgcolor="#32547D";
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="#DDDADD";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("About us")){
style=menuStyle;
aI("text=Apex Adv.;url=advantages.htm;");
aI("text=Infrastructure;url=infrastructure.htm;");

}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Computer Rentals, Sales and Services;url=underconstruction.htm;");
aI("text=Medical Transcription;url=underconstruction.htm;");
aI("text=Property Development & IT Infrastructure ;url=underconstruction.htm;");
}



with(milonic=new menuname("Career")){
style=menuStyle;
aI("text=Career Opp.;url=underconstruction.htm;");
aI("text=Resume reg.;url=resumeregistration.htm;");
}


drawMenus();


