_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=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="#6B89C4";
oncolor="#ffffff";
offbgcolor="#EBEFF8";
offcolor="#003399";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding="2 0 2 5";
fontsize="12";
fontstyle="Bold";
fontfamily="Arial, Verdana, Tahoma";
//pagecolor="#ffffff";
//pagebgcolor="#970710";
headercolor="#447226"; 
headerbgcolor="#447226";
subimage="images/arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.2);Shadow(color='#000000', Direction=120, Strength=4)";
}

with(menuStyle2=new mm_style()){
align="left"
onbgcolor="#6B89C4";
oncolor="#ffffff";
offbgcolor="#EBEFF8";
offcolor="#003399";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding="2 0 2 5";
fontsize="12";
fontstyle="Bold";
fontfamily="Arial, Verdana, Tahoma";
//pagecolor="#ffffff";
//pagebgcolor="#970710";
headercolor="#447226"; 
headerbgcolor="#447226";
subimage="images/arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.2);Shadow(color='#000000', Direction=120, Strength=4)";
}

with(milonic=new menuname("practice2")){
style=menuStyle2;
itemwidth=160;
overflow="visible";
aI("text=Personal Injury Law;url=personal_injury.shtml;");
aI("text=Premises Liability;url=premises_liability.shtml;");
aI("text=Probate;url=probate.shtml;");
aI("text=Spinal Cord Injury;url=spinal_cord_injury.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("accidents")){
style=menuStyle2;
itemwidth=160;
overflow="scroll";
aI("text=Boating Accidents;url=boating_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 and Fall Accidents;url=slip_and_fall_accidents.shtml;");
}

with(milonic=new menuname("fraud")){
style=menuStyle2;
itemwidth=160;
overflow="scroll";
aI("text=Consumer Fraud;url=consumer_fraud.shtml;");
aI("text=Insurance Bad Faith;url=insurance_bad_faith.shtml;");
}

