_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=-1            // 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="0";
borderwidth=0;
padding=0;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#000000";
subimagepadding="0";
}

with(menuStyle2=new mm_style()){
align="center"
onbgcolor="#89CBF6";
oncolor="#000000";
offbgcolor="#004A80";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#000000";
pagebgcolor="#89CBF6";
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")){
itemwidth=150;
top=201;
style=menuStyle2;
aI("text=Major Personal Injury;showmenu=mpi;");
aI("text=Labor & Employment;showmenu=le;");
aI("text=Insurance Litigation;showmenu=il;");
aI("text=Business Litigation;showmenu=bl;");
}

with(milonic=new menuname("resources")){
style=menuStyle2;
top=201;
itemwidth=150;
//aI("text=Info Exchange;url=information_exchange.shtml;");
aI("text=Links;url=links.shtml;");

}

with(milonic=new menuname("attorneys")){
style=menuStyle2;
itemwidth=150;
top=201;
aI("text=Arash Homampour;url=attorney_profiles_arash.shtml;");
aI("text=Farzad Yassini;url=attorney_profiles_farzad.shtml;");
}



with(milonic=new menuname("firm")){
style=menuStyle2;
itemwidth=150;
top=201;
aI("text=About Us;url=about_us.shtml;");
aI("text=Firm News;url=major_cases.shtml;");
}

with(milonic=new menuname("mpi")){
style=menuStyle2;
itemwidth=150;
aI("text=Wrongful Death;url=wrongful_death.shtml;");
aI("text=Traumatic Brain Injury;url=traumatic_brain_injury.shtml;");
aI("text=Hazardous Products;url=hazardous_products.shtml;");
aI("text=Construction Accidents;url=construction_accidents.shtml;");
aI("text=Motor Vehicle Accidents;url=motor_vehicle_accidents.shtml;");
aI("text=Animal Attacks;url=dog_bites.shtml;");
aI("text=Slip & Fall Accidents;url=slip_and_fall_accidents.shtml;");
}

with(milonic=new menuname("le")){
style=menuStyle2;
itemwidth=150;
aI("text=Sexual Harassment;url=#;");
aI("text=Disability Discrimination;url=#;");
aI("text=Wrongful Termination;url=#;");
aI("text=Age Discrimination;url=#;");
aI("text=Race Discrimination / Harassment;url=#;");
}

with(milonic=new menuname("il")){
style=menuStyle2;
itemwidth=150;
aI("text=Bad Faith Denial of Benefits;url=insurance_bad_faith.shtml;");
}

with(milonic=new menuname("bl")){
style=menuStyle2;
itemwidth=150;
aI("text=Breach of Contract;url=#;");
aI("text=Fraud;url=consumer_fraud.shtml;");
aI("text=Unfair Competition;url=#;");
aI("text=Trade Secrets Violation;url=#;");
}

drawMenus();
