_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bgimage="nav/black.jpg";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="15px";
fontstyle="normal";
fontweight="regular";
itemheight=30;
overbgimage="nav/red.jpg";
offcolor="#FFFFFF";
oncolor="#F3E26F";
subimagepadding=10;
padding=5;
bgimage="nav/black.jpg";
}

with(submenuStyle=new mm_style()){
styleid=1;
align="left";
bgimage="#";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="16px";
fontstyle="normal";
fontweight="regular";
itemheight=30;
itemwidth=180;
onbgcolor="#12571F";
offcolor="#CCFFCC";
oncolor="#FFFFFF";
onsubimage="nav/arrow2.gif";
subimage="nav/arrow.gif";
openonclick=0;
padding=6;
separatorsize=1;
separatorcolor="#015401";
align='left';
}
/*STYLE FOR practice*/
with(milonic=new menuname("practice")){
style=submenuStyle;
itemwidth=200;
openstyle="down";
aI("showmenu=realestate;text=Real Estate;");
aI("text=Landlord-Tenant;url=landlord-tenant-attorneys.asp;");
aI("text=Business & Corporate Law;url=business-corporate-law-attorneys.asp;");
aI("text=Wills, Trusts & Estate Planning;url=estate-planning-attorneys.asp;");
aI("text=Personal Injury;url=personal-inqury-attorneys.asp;");
aI("text=General Civil Litigation;url=general-civil-litigation-attorneys.asp;");
}
/*Sub Navigation for realestate*/
with(milonic=new menuname("realestate")){
margin=0;
style=submenuStyle;
aI("text=Real Estate Agents;url=real-estate-agent-attorneys.asp;");
aI("text=Sale/Purchase Transactions;url=real-estate-closing-attorneys.asp;");
aI("text=Refinance;url=real-estate-refinance-attorneys.asp;");
aI("text=Commercial Transactions;url=commercial-real-estate-attorneys.asp;");
aI("text=Lenders/Loan Officers;url=lenders.asp;");
aI("text=Title Insurance;url=title-insurance-attorneys.asp;");
aI("text=Tax Deferred Exchanges;url=tax-attorneys.asp;");
aI("text=Submit a Contract;url=contract-attorneys.asp;");
}

/*STYLE FOR contact*/
with(milonic=new menuname("contact")){
style=submenuStyle;
itemwidth=173;
openstyle="down";
aI("text=Donnie Coleman;url=donnie-coleman.asp;");
aI("text=Scott Coleman;url=scott-coleman.asp;");
}

drawMenus();
// JavaScript Document