_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="#6B6D6B";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#6F706F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="10px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#6B6D6B";
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=110;
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;showmenu=about;url=about.html;subimage=;separatorsize=0;");
aI("image=images/lawyers.gif;overimage=images/lawyers.gif;showmenu=lawyers;url=lawyers.html;subimage=;separatorsize=0;");
aI("image=images/links.gif;overimage=images/links.gif;url=resources.html;subimage=;separatorsize=0;");
aI("image=images/community.gif;overimage=images/community.gif;url=community.html;subimage=;separatorsize=0;");
aI("image=images/contact.gif;overimage=images/contact.gif;url=contact.html;subimage=;separatorsize=0;");
}
	with(milonic=new menuname("about")){
	style=menuStyle;
	//aI("text=Autism;url=autism.html;showmenu=about1;");
	aI("text=Class Action;url=action.html;");
	aI("text=Mesothelioma;url=mesothelioma.html;showmenu=about2;");
	aI("text=Business Torts;url=business.html;");
	}
	
	with(milonic=new menuname("about1")){
	style=menuStyle;
	aI("text=Thimerosal Questions & Answers;url=qa.html;");
	aI("text=Thimerosal Containing Vaccines;url=chart.html;");
	aI("text=Free Online Consultation;url=autism_form.html;");
}
	with(milonic=new menuname("about2")){
	style=menuStyle;
	aI("text=Mesothelioma, Treatment by Stage;url=stage.html;");
	aI("text=Resource Links related to Mesothelioma;url=resources.html;");
	aI("text=Questions about your legal rights? Get help here;url=consultation.html;");
}

	with(milonic=new menuname("lawyers")){
	style=menuStyle;
	aI("text=Marc R. Stanley;url=bio-stanley.html;");
	aI("text=Mark H. Iola;url=bio-miola.html;");
	aI("text=Martin Woodward;url=bio-woodward.html;");
	aI("text=Matthew J. Zevin;url=bio-zevin.html;");
		aI("text=Randall L. Iola;url=bio-iola.html;");
	aI("text=William A. Galerston;url=bio-william.html;");
	
	}

			//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();