_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="#000000";
oncolor="#FFFFFF";
offbgcolor="#434f5b";
offcolor="#ffffff";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=3;

fontstyle="normal";

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=170
aI("text=Criminal Law;url=/practice-Criminal.asp;");
aI("text=Family Law;url=/practice-Family.asp;");
aI("text=Real Estate;url=/practice-realestate.asp;");
aI("text=Personal Injuries;url=/practice-Personal.asp;");
aI("text=Corporations, Partnerships & LLC's;url=/practice-Corporations.asp;");
aI("text=Wills, Trusts & Estates;url=/practice-Wills.asp;");
aI("text=Mechanic Liens;url=/practice-Mechanic.asp;");
aI("text=Collections;url=/practice-Collections.asp;");
aI("text=Worker's Compensation ;url=/practice-WorkersComp.asp;");
}


with(milonic=new menuname("Attorney Bios")){
style=menuStyle;
itemwidth=155
aI("text=John M. Rhame III;url=/attorney-rhame.asp;");
aI("text=Kenneth B. Elwood;url=/attorney-Elwood.asp;");
aI("text=Scott R. McClure;url=/attorney-McClure.asp;");
aI("text=Peter L. Boyles ;url=/attorney-boyles.asp;");
aI("text=Cheryl Williamson ;url=/attorney-williamson.asp;");
}

with(milonic=new menuname("Pay Online")){
style=menuStyle;
itemwidth=155
aI("text=Service Payment Online;url=/apps/onlinepayment.aspx;");
aI("text=Payment for Collections;url=/apps/form2.aspx;");
}

drawMenus();

