_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#f29521";
oncolor="#000000";
offbgcolor="#202020";
offcolor="#ffffff";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=3;


fontstyle="normal";
fontsize=13;

pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

}


with(milonic=new menuname("Areas of Practice")){
style=menuStyle;
itemwidth=250
aI("text=Bankruptcy;url=/bankruptcy.asp;");
aI("text=Child Support/Custody;url=/child-support-custody.asp;");
aI("text=Criminal Law;url=/Criminal-law.asp;");
aI("text=Divorce;url=/Divorce.asp;");
aI("text=Domestic Violence;url=/Domestic-Violence.asp;");
aI("text=DUI;url=/DUI.asp;");
aI("text=Drug Crimes;url=/Drug-Crimes.asp;");
aI("text=Family Law;url=/family-law.asp;");
aI("text=Misdemeanors and Felonies;url=/Misdemeanors.asp;");
aI("text=Probation Violations;url=/Probation-Violations.asp;");
aI("text=Traffic Offenses;url=/Traffic-Offenses.asp;");
aI("text=Frequently Asked Questions;url=/faq.asp;");

}

with(milonic=new menuname("Media")){
style=menuStyle;
itemwidth=215
aI("text=News;url=/apps/news.aspx;");
aI("text=Blog;url=/apps/blog1.aspx;");
aI("text=Videos;url=/apps/videofeed.aspx;");
}

drawMenus();
