_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=-4            // 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()){
onbgcolor="#cccccc";
oncolor="#cccccc";
offbgcolor="#cccccc";
offcolor="#cccccc";
bordercolor="#cccccc";
borderstyle="solid";
separatorcolor="#000000";
separatorsize="1";
borderwidth=0;
padding=0;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#000000";
subimagepadding="1";
}

with(menuStyle2=new mm_style()){
align="center"
onbgcolor="#838181";
oncolor="#ffce82";
offbgcolor="#cccccc";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#ffce82";
pagebgcolor="#838181";
headercolor="#cccccc";
headerbgcolor="#cccccc";
subimage="images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Shadow(color='#666666', Direction=120, Strength=4)";
}

with(milonic=new menuname("areas")){
top=169;
itemwidth=150;
style=menuStyle2;
aI("text=Personal Injury;showmenu=pi;");
aI("text=Medical Malpractice;showmenu=medmal;");
aI("text=Disability;showmenu=dis;");
}

with(milonic=new menuname("contact")){
style=menuStyle2;
top=169;
itemwidth=150;
aI("text=Contacts Page;url=short-contact.php;");
aI("text=Directions;url=dir.shtml;");
}

with(milonic=new menuname("attorneys")){
style=menuStyle2;
itemwidth=150;
aI("text=Andy Bederman;url=andy.shtml;");
aI("text=Roger Greenberg;url=roger.shtml;");
aI("text=John Sellinger;url=john.shtml;");
aI("text=Jane E. Ceryak;url=jane.shtml;");
aI("text=Lisa Neubaumer;url=lisa.shtml;");
}

with(milonic=new menuname("about")){
style=menuStyle2;
top=169;
itemwidth=150;
aI("text=About The Firm;url=about.shtml;");
aI("text=Attorney Biographies;showmenu=attorneys;");
}

with(milonic=new menuname("home")){
style=menuStyle2;
itemwidth=150;
top=169;
aI("text=Get a free online case evaluation;url=eval.php;");
}

with(milonic=new menuname("helped")){
style=menuStyle2;
itemwidth=150;
aI("text=Social Security Disability;url=helped.shtml#ssd;");
aI("text=Long Term Disability;url=helped.shtml#ltd;");
}

with(milonic=new menuname("medmal")){
style=menuStyle2;
itemwidth=150;
aI("text=Drug Litigation;url=/mass_tort_drug_litigation.cfm;");
aI("text=Medical Malpractice;url=/medical_malpractice.cfm;");
aI("text=Nursing Home Abuse;url=/nursing_home_abuse.cfm;");
}

with(milonic=new menuname("dis")){
style=menuStyle2;
itemwidth=150;
aI("text=Long Term Disability;url=/long_term_disability.cfm;");
aI("text=Social Security Disability;url=/social_security_law.cfm;");
}

with(milonic=new menuname("pi")){
style=menuStyle2;
itemwidth=150;
aI("text=Personal Injury Law;url=/personal_injury.cfm;");
aI("text=Auto Accidents;url=/car_accidents.cfm;");
aI("text=Construction Accidents;url=/construction_accidents.cfm;");
aI("text=Motorcycle Accidents;url=/motorcycle_accidents.cfm;");
aI("text=Premises Liability;url=/premises_liability.cfm;");
aI("text=Product Liability;url=/dangerous_products.cfm;");
aI("text=Truck Accidents;url=/large_truck_accident.cfm;");
aI("text=Workers' Comp;url=/workers_compensation.cfm;");
}

drawMenus();


