_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="#000000";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#CC773D";
bordercolor="#6F706F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#A68049";
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=206;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home.gif;overimage=images/home.gif;url=./;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/about.gif;overimage=images/about.gif;url=about.html;subimage=;separatorsize=0;");
aI("image=images/klein.gif;overimage=images/klein.gif;url=attorneys.html;subimage=;separatorsize=0;");
aI("image=images/areas.gif;overimage=images/areas.gif;showmenu=areas;url=areas.html;subimage=;separatorsize=0;");
aI("image=images/verdicts.gif;overimage=images/verdicts.gif;url=verdicts.html;subimage=;separatorsize=0;");
aI("image=images/clients.gif;overimage=images/clients.gif;showmenu=clients;url=clients.html;subimage=;separatorsize=0;");
aI("image=images/resources.gif;overimage=images/resources.gif;showmenu=resources;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=Trademark Infringement Litigation;url=infringement.html;");
	aI("text=Trade Secrets Litigation;url=trade_secrets_litigation.html;");
	aI("text=Unfair Competition;url=unfair_competition.html;");
	aI("text=Intellectual Property Litigation;url=intellectual.html;");
	aI("text=Interference with Contracts and Economic Relations;url=economic.html;");
	aI("text=Breach of Contract Actions ;url=breach.html;");
	aI("text=Business Torts;url=torts.html;");
	
	}
		with(milonic=new menuname("clients")){
	style=menuStyle;
	aI("text=Testimonials;url=testimonials.html;");
	
	
	}
	with(milonic=new menuname("resources")){
	style=menuStyle;
	aI("text=Litigation Articles;url=articles.html;showmenu=resources1;");
	
	
	}
	with(milonic=new menuname("resources1")){
	style=menuStyle;
	//aI("text=Future-Link Online Hires Robert G. Klein As Lead Trial Attorney in Microsoft Lawsuit;url=futurelink.html;");
	aI("text=Hazards of collective bargaining agreements;url=hazards.html;");
	aI("text=Imported goods that infringe on copyrights ;url=copyrights.html;");
	aI("text=Licensing intellectual property ;url=intellectual_property.html;");
	aI("text=Protecting trade secrets ;url=secrets.html;");
	aI("text=Your Trademark Might be Your Company's Most Valuable Asset;url=trademark.html;");
	
	
	
	}		//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();