_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=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0           // 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="center"
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#e5eaf5";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#637397";
subimage="images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=120, Strength=3)";
}

with(menuStyle2=new mm_style()){
align="center"
onbgcolor="#EFBA1A";
oncolor="#000000";
offbgcolor="#ededed";
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="#ffffff";
subimage="";
subimagepadding="1";
overfilter="Fade(duration=0.2);Shadow(color='#aaaaaa', Direction=120, Strength=4)";
}

with(milonic=new menuname("practice")){
style=menuStyle1;
itemwidth=165;
overflow="scroll";
aI("text=Personal Injury Law;url=personal_injury.shtml;");
aI("text=Accidents;showmenu=accidents;");
aI("text=Cerebral Palsy;url=cerebral_palsy.shtml;");
aI("text=Hazardous Products;url=hazardous_products.shtml;");
aI("text=Insurance Bad Faith;url=insurance_bad_faith.shtml;");
aI("text=Medical Malpractice;url=medical_malpractice.shtml;");
aI("text=Nursing Home Abuse;url=nursing_home_abuse.shtml;");
aI("text=Premises Liability;url=premises_liability.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=Workers' Comp;url=workers_compensation.shtml;");
aI("text=Wrongful Death;url=wrongful_death.shtml;");
}

with(milonic=new menuname("accidents")){
style=menuStyle1;
itemwidth=165;
overflow="scroll";
aI("text=Airplane Accidents;url=airplane_accidents.shtml;");
aI("text=Construction Accidents;url=construction_accidents.shtml;");
aI("text=Motor Vehicle Accidents;url=motor_vehicle_accidents.shtml;");
aI("text=Railroad Accidents;url=railroad_accidents.shtml;");
aI("text=Slip & Fall Accidents;url=slip_and_fall_accidents.shtml;");
}

