_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="#ECE6D0";
oncolor="#000000";
offbgcolor="#84A39D";
offcolor="#000000";
bordercolor="#ece6d0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ece6d0";
separatorsize="1";
padding="2 5 2 7";
fontsize="12";
fontstyle="normal";
fontweight="normal";
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='#84A39D', 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=160;
overflow="scroll";
aI("text=Consumer Fraud;url=consumer_fraud.shtml;");
aI("text=Motor Vehicle Accidents;url=motor_vehicle_accidents.shtml;");
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=Real Estate Law;url=real_estate.shtml;");
aI("text=Slip and Fall Accidents;url=slip_and_fall_accidents.shtml;");
aI("text=Wrongful Death;url=wrongful_death.shtml;");
}

with(milonic=new menuname("news")){
style=menuStyle1;
itemwidth=160;
overflow="scroll";
aI("text=Summer 2010;url=firm_news_summer_10.shtml;");
aI("text=Winter 2009;url=firm_news_winter_09.shtml;");
aI("text=Fall 2009;url=firm_news_fall_09.shtml;");
aI("text=Summer 2009;url=firm_news_summer_09.shtml;");
aI("text=Spring 2009;url=firm_news_spring_09.shtml;");
aI("text=Winter 2008;url=firm_news_winter_08.shtml;");
aI("text=Fall 2008;url=firm_news_fall_08.shtml;");
aI("text=Winter 2007;url=firm_news_winter_07.shtml;");
aI("text=Fall 2007;url=firm_news_fall_07.shtml;");
aI("text=Summer 2007;url=firm_news_summer_07.shtml;");
aI("text=Spring 2007;url=firm_news_spring_07.shtml;");
aI("text=Winter 2006;url=firm_news_winter_06.shtml;");
aI("text=Fall 2006;url=firm_news_fall_06.shtml;");
}

