_menuCloseDelay=0           // 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=0              // Sub menu top offset
_subOffsetLeft=2           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle1=new mm_style()){
align="left"
onbgcolor="#DADADA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#000000";
subimage="images/arrow.gif";
subimagepadding="1";
}

with(menuStyle2=new mm_style()){
align="left"
onbgcolor="#DADADA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#000000";
subimage="images/arrow.gif";
subimagepadding="1";
}

with(menuStyle3=new mm_style()){
align="left"
onbgcolor="#DADADA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#000000";
subimagepadding="1";
}


with(milonic=new menuname("practiceareas")){
style=menuStyle2;
itemwidth=150;
aI("text=Adoption;url=adoption.shtml;");
aI("text=Asset Protection;url=asset_protection.shtml;");
aI("text=Asset Searches;url=http://assetsearchesplus.com/;");
aI("text=Business Law;url=business_law.shtml;");
aI("text=Child Support/Custody;url=child_custody.shtml;");
aI("text=Criminal Law;url=criminal_law.shtml;");
aI("text=Divorce Mediation Services;url=divorce_mediation.shtml;");
aI("text=DUI/DRAM;url=dui_dwi.shtml;");
aI("text=Estate Planning;url=estate_planning.shtml;");
aI("text=Family Law;url=family_law.shtml;");
aI("text=Hazardous Products;url=hazardous_products.shtml;");
aI("text=Mass Tort Drug Litigation;url=mass_tort_drug_litigation.shtml;");
aI("text=Medical Malpractice;url=medical_malpractice.shtml;");
aI("text=Motor Vehicle Accidents;url=motor_vehicle_accidents.shtml;");
aI("text=Personal Injury Law;url=personal_injury.shtml;");
aI("text=Probate;url=probate.shtml;");
aI("text=Real Estate Law;url=real_estate.shtml;");
aI("text=Slip and Fall Accidents;url=slip_and_fall_accidents.shtml;");
aI("text=Traumatic Brain Injury;url=traumatic_brain_injury.shtml;");
aI("text=Workers' Compensation;url=workers_compensation.shtml;");
aI("text=Wrongful Death;url=wrongful_death.shtml;");

}
with(milonic=new menuname("articles")){
style=menuStyle2;
itemwidth=150;
aI("text=Family Law;url=family_law_articles.shtml;");
aI("text=Personal Injury;url=personal_injury_articles.shtml;");
aI("text=Asset Protection;url=asset_protection_articles.shtml;");
aI("text=Real Estate;url=real_estate_articles.shtml;");
aI("text=Probate Law;url=probate_law_articles.shtml;");
aI("text=Debt Collection;url=debt_collection_articles.shtml;");

}

with(milonic=new menuname("press")){
style=menuStyle2;
itemwidth=150;
aI("text=Master Mediator;url=pdf/WinthropTranscriptArticle.pdf;");
aI("text=The North End's New Attorney;url=pdf/NEBusinessJournalArticle.pdf;");


}