_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="left"
onbgcolor="#A7ACCE";
oncolor="#000000";
offbgcolor="#232F84";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding="2 5 2 7";
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#232F84";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#637397";
subimage="images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Shadow(color='#000000', 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("accidents")){
style=menuStyle1;
itemwidth=165;
overflow="scroll";
aI("text=Airplane Accidents;url=airplane_accidents.html;");
aI("text=Boating Accidents;url=boating_accidents.html;");
aI("text=Construction Accidents;url=construction_accidents.html;");
aI("text=Motor Vehicle Accidents;url=motor_vehicle_accidents.html;");
aI("text=Railroad Accidents;url=railroad_accidents.html;");
aI("text=Slip & Fall Accidents;url=slip_and_fall_accidents.html;");
}

with(milonic=new menuname("family")){
style=menuStyle1;
itemwidth=165;
overflow="scroll";
aI("text=Child Support/Custody;url=child_custody.html;");
aI("text=Divorce;url=divorce.html;");
}

