_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="#FAD79F";
oncolor="#000000";
offbgcolor="#CC881C";
offcolor="#ffffff";
bordercolor="#EBC470";
borderstyle="solid";
borderwidth=1;
separatorcolor="#EBC470";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#C9A352";
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)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=63;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home.gif;overimage=images/home.gif;url=/;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/areas.gif;overimage=images/areas.gif;showmenu=areas;url=areas.html;subimage=;separatorsize=0;");
aI("image=images/profiles.gif;overimage=images/profiles.gif;showmenu=profiles;url=;subimage=;separatorsize=0;");
//aI("image=images/disclaimer.gif;overimage=images/disclaimer.gif;url=disclaimer.html;subimage=;separatorsize=0;");
aI("image=images/links.gif;overimage=images/links.gif;url=links.html;subimage=;separatorsize=0;");
aI("image=images/contact.gif;overimage=images/contact.gif;url=contact.html;subimage=;separatorsize=0;");

}
	

	with(milonic=new menuname("areas")){
	style=menuStyle;
	aI("text=Social Security;url=social.html;showmenu=disability;subimage=;");
	aI("text=Workers' Compensation;url=workers.html;");
	//aI("text=Estate Planning;url=estate.html;");
	//aI("text=Probate;url=probate.html;");
	//aI("text=Personal Injury Law;url=personal.html;");
	//aI("text=Accident Law;url=accident.html;");
	//aI("text=Litigation Law;url=litigation.html;");
	}
	
		with(milonic=new menuname("disability")){
		style=menuStyle;
		aI("text=Appealing to a Disability Case;url=appeal.html;");
		aI("text=How to Know If You Are Considered Disabled;url=how-to-know.html;");
		aI("text=What to Expect at a Disability Hearing;url=what-to-expect.html;");
		}

	with(milonic=new menuname("profiles")){
	style=menuStyle;
	aI("text=Gerald M. Welt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=bio_welt.html;");
	//aI("text=Laura Stubberud;url=bio_laura.html;");
	
	}	
	
	//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();