


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#CCCCCC";
onbold=1;
oncolor="#CE9100";
offbgcolor="#CCCCCC";
offcolor="#000000";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="8";
padding=0;
fontsize="13";
fontweight="bold";
fontfamily="Helvetica,Verdana,Arial,Tahoma";
subimage="arrow.gif";
subimagepadding="0";
subimageposition="left";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0)";
ondecoration="underline";

}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
itemwidth=130;
top=144;

alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.htm;image=arrow.gif;");
aI("text=Company;showmenu=company;");
aI("text=Services;showmenu=services;");
aI("text=Resources;showmenu=resources;");
aI("text=Contact Us;url=contact.asp;image=arrow.gif;");
}

with(milonic=new menuname("company")){
style=menuStyle;
itemwidth=150;
aI("text=History;url=history.asp;image=arrow.gif;");
aI("text=Qualifications;url=qualifications.asp;image=arrow.gif;");
aI("text=Our Staff;showmenu=staff;");
aI("text=Recent Case Work;url=recent.asp;image=arrow.gif;");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Computer Forensics;url=forensics.asp;image=arrow.gif;");
aI("text=Network Security/Consulting;url=consulting.asp;image=arrow.gif;");
aI("text=Expert Witness Testimony;url=expert.asp;image=arrow.gif;");
aI("text=Training Solutions;url=training.asp;image=arrow.gif;");
aI("text=Attorney Litigation Support;url=attorney.asp;image=arrow.gif;");
aI("text=Corporate Human Resources;url=corporate.asp;image=arrow.gif;");
aI("text=Security Professionals;url=security.asp;image=arrow.gif;");
aI("text=M.C.L.E.;url=mcle.asp;image=arrow.gif;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=FAQ's;url=faqs.asp;image=arrow.gif;");
aI("text=Computer Terminology;url=terminology.asp;image=arrow.gif;");
aI("text=Useful Websites;url=useful.asp;image=arrow.gif;");
}

with(milonic=new menuname("staff")){
style=menuStyle;
aI("text=David L. McCain - Managing Director;url=mccain.asp;image=arrow.gif;");
aI("text=Ravi Ram - Director;url=ram.asp;image=arrow.gif;");
aI("text=Administrative Support;url=admin.asp;image=arrow.gif;");
}

drawMenus();
