_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="#CCCCCC";
oncolor="#000000";
offbgcolor="#669999";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=2;
separatorcolor="#555555";
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=129;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home.gif;overimage=images/home.gif;url=index.html;subimage=;borderwidth=0;separatorsize=0;");
//aI("image=images/about.gif;overimage=images/about.gif;url=about.html;subimage=;separatorsize=0;");
aI("image=images/areas.gif;overimage=images/areas.gif;showmenu=areas;url=areas.html;subimage=;separatorsize=0;");
aI("image=images/profile.gif;overimage=images/profile.gif;url=profile.html;subimage=;separatorsize=0;");
aI("image=images/resources.gif;overimage=images/resources.gif;url=resources.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=Wrongful Death;url=wrongful.html;");
	aI("text=Catastrophic Injury;url=catastrophic.html;");
	aI("text=Auto Accident;url=auto_accident.html;");
	aI("text=Traumatic Brain Injury;url=brain.html;");
	aI("text=Medical Negligence;url=medical.html;");
	//aI("text=Toxic Tort Litigation;url=tort.html;");
	aI("text=Refinery & Chemical Plant Explosions ;url=refinery.html;");
	//aI("text=Defective Products;url=defective.html;");
	aI("text=18 Wheeler Accidents ;url=18wheeler.html;");
	}	
	
			//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();