_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="#D8D4BB";
oncolor="#000000";
offbgcolor="#A53649";
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="#A29A6B";
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=91;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/quali.gif;overimage=images/quali.gif;showmenu=quali;url=qualifications_tinari.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/expertise.gif;overimage=images/expertise.gif;showmenu=expertise;url=expertise_injury.html;subimage=;separatorsize=0;");
aI("image=images/publication.gif;overimage=images/publication.gif;url=publications.html;subimage=;separatorsize=0;");
aI("image=images/services.gif;overimage=images/services.gif;url=retaining.html;subimage=;separatorsize=0;");
aI("image=images/news.gif;overimage=images/news.gif;showmenu=news;url=news.html;subimage=;separatorsize=0;");
aI("image=images/clients.gif;overimage=images/clients.gif;url=testimonials.html;subimage=;separatorsize=0;");
aI("image=images/brief.gif;overimage=images/brief.gif;url=brief.html;subimage=;separatorsize=0;");
}
	with(milonic=new menuname("quali")){
	style=menuStyle;
	aI("text=Verdicts & Settlements;url=verdicts.html;");

	}
	
	with(milonic=new menuname("expertise")){
	style=menuStyle;
	aI("text=Personal Injury and Wrongful Death;url=expertise_injury.html;");
	aI("text=Employment Litigation;url=expertise_employment.html;");
	aI("text=Lost Profits / Business Damages;url=expertise_lostprofits.html;");
	aI("text=Intellectual Property;url=expertise_intellectual.html;");
	aI("text=Statistical Analysis;url=expertise_statistical.html;");
	}

	with(milonic=new menuname("news")){
	style=menuStyle;
	aI("text=Speaking Engagements;url=news.html;");
	aI("text=Consulting and Research;url=news_consulting.html;");
	}

			//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();