_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="#0F3FA0";
oncolor="#ffffff";
offbgcolor="#FF7F00";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
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=70;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images2/tool1.gif;overimage=images2/tool1b.gif;url=firmhistory.htm;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images2/tool2.gif;overimage=images2/tool2b.gif;showmenu=areas;url=practice.htm;subimage=;separatorsize=0;");
aI("image=images2/tool3.gif;overimage=images2/tool3b.gif;url=firefighters.htm;subimage=;separatorsize=0;");
aI("image=images2/tool4.gif;overimage=images2/tool4b.gif;url=automobileaccidents.htm;subimage=;separatorsize=0;");
aI("image=images2/tool5.gif;overimage=images2/tool5b.gif;url=verdicts_settlements.htm;subimage=;separatorsize=0;");
aI("image=images2/tool6.gif;overimage=images2/tool6b.gif;url=newspage.htm;subimage=;separatorsize=0;");
aI("image=images2/tool15.gif;overimage=images2/tool15b.gif;url=index2.html;subimage=;separatorsize=0;");

}
	

	with(milonic=new menuname("areas")){
	style=menuStyle;
	aI("text=Police Officer Law;url=law.htm;");
	aI("text=Railroad Law;url=railroad.htm;");
	aI("text=Construction & Premises Accidents;url=premises.htm;");
	aI("text=Plane Accident;url=plane.htm;");
	aI("text=Boat Accidents;url=boat.htm;");
	aI("text=Automobile Accidents ;url=automobileaccidents.htm;");
	aI("text=Firefighter Law;url=firefighters.htm;");
	
	}

			//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();