_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(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#313957";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11px";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#141D3D";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;

center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home.gif;overimage=images/home.gif;url=index.php;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/firm.gif;overimage=images/firm.gif;url=firm.html;subimage=;separatorsize=0;");
aI("image=images/attorneys.gif;overimage=images/attorneys.gif;showmenu=attorneys;url=attorneys.html;subimage=;separatorsize=0;");
aI("image=images/areas.gif;overimage=images/areas.gif;showmenu=areas;url=areas.html;subimage=;separatorsize=0;");
aI("image=images/faqs.gif;overimage=images/faqs.gif;url=faqs.html;subimage=;separatorsize=0;");
aI("image=images/news.gif;overimage=images/news.gif;url=newsletter.php;subimage=;separatorsize=0;");
aI("image=images/contact.gif;overimage=images/contact.gif;url=contact.html;subimage=;separatorsize=0;");
}
	with(milonic=new menuname("attorneys")){
	style=menuStyle;
	aI("text=David Alan Ast, Esq.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=bio_alan.html;");
	aI("text=Andrea Silverman;url=bio_silverman.html;");
	
	}
	
	with(milonic=new menuname("areas")){
	style=menuStyle;
	aI("text=Chapter 7 Bankruptcy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=chapter7_bankruptcy.html;");
	aI("text=Chapter 13 Bankruptcy;url=chapter13_bankruptcy.html;");
	aI("text=Debt Settlement;url=debt_consolidation.html;");
	aI("text=Foreclosure;url=foreclosure.html;");
	
	}


drawMenus();