_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 5 2 7";
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 5 2 7";
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 5 2 7";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#000000";
subimagepadding="1";
}

with(milonic=new menuname("foy")){
style=menuStyle2;
itemwidth=150;
aI("text=HomePage;url=index.asp;");
aI("text=Firm Profile;url=firm_profile.shtml;");
aI("text=Attorney Profiles;showmenu=attorneys;");
aI("text=Publications;showmenu=publications;");
aI("text=Testimonials;url=testimonials.shtml;");
aI("text=Case Results;url=case_results.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("attorneys")){
style=menuStyle2;
itemwidth=150;
aI("text=John M. Foy;url=john_foy.shtml;");
aI("text=Darius E. Bennett;url=darius_bennett.shtml;");
aI("text=Duncan Harle;url=duncan_harle.shtml;");
aI("text=William F. Heitmann III;url=william_heitmann.shtml;");
aI("text=Heather A. Thorpe;url=heather_thorpe.shtml;");
aI("text=Patty K. Kim;url=patty_kim.shtml;");
}

with(milonic=new menuname("more")){
style=menuStyle2;
itemwidth=150;
aI("text=Hazardous Products;url=hazardous_products.shtml;");
aI("text=Environmental Litigation;url=environmental_litigation.shtml;");
aI("text=Fraud;showmenu=fraud;");
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=Workers Compensation;url=workers_compensation.shtml;");
}

with(milonic=new menuname("fraud")){
style=menuStyle2;
itemwidth=150;
aI("text=Consumer Fraud;url=consumer_fraud.shtml;");
aI("text=Insurance Bad Faith;url=insurance_bad_faith.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;");
}

with(milonic=new menuname("publications")){
style=menuStyle2;
itemwidth=150;
aI("text=Guidant Heart Defibrillators;url=guidant_heart_defibrillators.shtml;");
}