_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("morton")){
style=menuStyle2;
itemwidth=150;
aI("text=Home;url=index.shtml;");
aI("text=Firm Profile;url=firm_profile.shtml;");
aI("text=Attorney Profiles;showmenu=attorney_profiles;");
aI("text=Recent Case Results;url=case_results.shtml;");
//aI("text=Testimonials;url=testimonials.shtml;");
}

with(milonic=new menuname("accidents")){
style=menuStyle2;
itemwidth=150;
aI("text=Airplane Accidents;url=airplane_accidents.shtml;");
aI("text=Boating Accidents;url=boating_accidents.shtml;");
aI("text=Construction Accidents;url=construction_accidents.shtml;");
aI("text=Motor Vehicle Accidents;showmenu=motor;");
aI("text=Railroad Accidents;url=railroad_accidents.shtml;");
aI("text=Slip & Fall Accidents;url=slip_and_fall_accidents.shtml;");
}

with(milonic=new menuname("attorney_profiles")){
style=menuStyle2;
itemwidth=150;
aI("text=Alan L. Morton;url=alan_morton.shtml;");
}

with(milonic=new menuname("more")){
style=menuStyle2;
itemwidth=150;
aI("text=Mass Torts Drug Litigation;url=mass_tort_drug_litigation.shtml;");
aI("text=Negligent Security;url=negligent_security.shtml;");
aI("text=Nursing Home Abuse;url=nursing_home_abuse.shtml;");
aI("text=Premises Liability;url=premises_liability.shtml;");
aI("text=Probate;url=probate.shtml;");
aI("text=Real Estate Law;url=real_estate.shtml;");
aI("text=Securities Fraud;url=securities_fraud.shtml;");
aI("text=Spinal Cord Injury;url=spinal_cord_injury.shtml;");
aI("text=Social Security Law;url=social_security_law.shtml;");
aI("text=Traumatic Brain Injury;url=traumatic_brain_injury.shtml;");
aI("text=More Practice Areas;showmenu=more2;");
}

with(milonic=new menuname("more2")){
style=menuStyle2;
itemwidth=150;
aI("text=Adoption;url=adoption.shtml;");
aI("text=Criminal Law;url=criminal_law.shtml;");
aI("text=Marital Dissolution;url=divorce.shtml;");
}

with(milonic=new menuname("motor")){
style=menuStyle2;
itemwidth=150;
aI("text=Motor Vehicle Accidents Overview;url=motor_vehicle_accidents.shtml;");
aI("text=Automobile Accidents;url=automobile_accidents.shtml;");
aI("text=Large Truck Accidents;url=large_truck_accidents.shtml;");
aI("text=Motorcycle Accidents;url=motorcycle_accidents.shtml;");
}
