


_menuCloseDelay=100            // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0              // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=4;   // Sub menu top offset
_subOffsetLeft=3;            // 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="#19515D";
oncolor="#ccffff";
offbgcolor="#19515D";
offcolor="#ffffff";
bordercolor="#19515D";
borderstyle="solid";
borderwidth=8;
separatorcolor="#19515D";
separatorsize="1";
padding=2;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#19515D";
headercolor="#19515D";
headerbgcolor="#19515D";
image="images/top/menu-dot.gif";
ondecoration="underline";
}

with(menuRoot=new mm_style()){
onbgcolor="#06417B";
oncolor="#06417B";
offbgcolor="#06417B";
offcolor="#06417B";
bordercolor="#06417B";
borderstyle="none";
borderwidth=0;
separatorcolor="#06417B";
separatorsize="0";
padding=0;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#19515D";
headercolor="#19515D";
headerbgcolor="#19515D";
}

with(menuNSRoot=new mm_style()){
onbgcolor="#19515D";
oncolor="#FFFFFF";
offbgcolor="#0458AC";
offcolor="#FFFFFF";
bordercolor="#082A4E";
borderstyle="solid";
borderwidth=2;
separatorcolor="#082A4E";
separatorsize="0";
padding=2;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#19515D";
headercolor="#19515D";
headerbgcolor="#19515D";
}

with(milonic=new menuname("donothing")){
style=menuStyle;
aI("text=Do Nothing;url=javascript:void(0);");

}


with(milonic=new menuname("aboutus")){
style=menuStyle;
aI("text=History;url=ab-history.html;");
aI("text=Benefits of AMFS Membership;url=ab-member.html;");
aI("text=Testimonials;url=ab-testimonials.html;");
aI("text=FAQs;url=ab-faqs.html;");
aI("text=Become An AMFS Expert;url=ab-expert.html;");
aI("text=Contact Us;url=ab-contact.html;");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Evidence Based Causation System Demo;url=http://www.amfsevidence.com/AMFS_demo.aspx;target=_blank");
aI("text=Evidence Based Causation System Login;url=http://www.amfsevidence.com/AMFS_Login.aspx;target=_blank");
aI("text=Roundtable Case Screening for Merit;url=se-casescreening.html;");
aI("text=Retaining Testifying Medical Experts;url=se-expertsretaining.html;");
aI("text=VIP Services for Attorneys;url=se-vipservices.html;");
aI("text=Free Physician Phone Consultation;url=se-phoneconsult.html;");
aI("text=On-Line QUICK REVIEW;url=se-onlinereview.html;");
aI("text=Life Care Plans;url=se-lifecare.html;");
aI("text=Demonstrative Courtroom Exhibits;url=se-courtroomexhibits.html;");
aI("text=Independent Medical Exams (IMEs);url=se-imes.html;");
aI("text=Literature Searches;url=se-literaturesearches.html;");
aI("text=Non-Recourse Case Funding;url=se-casefunding.html;");
aI("text=Medical Product Analysis;url=se-productanalysis.html;");
aI("text=Autopsies;url=se-autopsies.html;");
aI("text=Toxicology;url=se-toxicology.html;");
aI("text=Forensic Laboratory Testing;url=se-labtesting.html;");
aI("text=DNA Testing & Analysis;url=se-dnatesting.html;");
aI("text=Class Action Torts;url=se-classaction.html;");
aI("text=US Physician Database Query;url=se-databasequery.html;");
aI("text=Help Desk;url=se-helpdesk.html;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=AMFS Library;url=re-library-nonmember.html;");
aI("text=Research Database;url=re-database-nonmember.html;");
aI("text=Online Polls;url=re-onlinepoll.shtml;");
aI("text=Malpractice Assistance;url=ab-mm_contact.php;");
aI("text=SEAK Products;url=re-seak.html;");
aI("text=News & Events;url=re-news-events.html;");
aI("text=AMA Board Certification Checker;url=http://dbapps.ama-assn.org/aps/amahg.htm;target=_blank");
aI("text=ABMS Board Certification Checker;url=http://www.abms.org/login.asp;target=_blank");
aI("text=National Guideline Clearinghouse;url=http://www.guideline.gov/;target=_blank");
aI("text=Search Medical Literature;url=http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?CMD;target=_blank");
aI("text=Medical Dictionary;url=http://medical-dictionary.com/;target=_blank");
}