_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="#C9D2DE";
oncolor="#000000";
offbgcolor="#506784";
offcolor="#ffffff";
bordercolor="#6F706F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#506784";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.jpg";
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=100;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home.jpg;overimage=images/home.jpg;url=index.php;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/attorney.jpg;overimage=images/attorney.jpg;showmenu=attorneys;url=attorneys.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/areas.jpg;overimage=images/areas.jpg;showmenu=areas;url=areas.html;subimage=;separatorsize=0;");
aI("image=images/results.jpg;overimage=images/results.jpg;url=results.html;subimage=;separatorsize=0;");
aI("image=images/alerts.jpg;overimage=images/alerts.jpg;url=alerts.html;subimage=;separatorsize=0;");
//aI("image=images/newsletter.jpg;overimage=images/newsletter.jpg;showmenu=newsletters;url=#;subimage=;separatorsize=0;");
aI("image=images/contact.jpg;overimage=images/contact.jpg;url=contact.html;subimage=;separatorsize=0;");
}
	with(milonic=new menuname("attorneys")){
	style=menuStyle;
	aI("text=James J. Juneau&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=jjuneau.html;");
	aI("text=George Alan Boll;url=gboll.html;");
	aI("text=Michael D. Stacy;url=stacy.html;");
	aI("text=Bill Ucherek II ;url=ucherek.html;");
	aI("text=Susan J. Travis;url=jtravis.html;");
	aI("text=Jeff R. Ward;url=jward.html;");
	//aI("text=Colleen Carboy, R.N., J.D.;url=carboy.html;");
	//aI("text=Elizann Carroll;url=ecarroll.html;");
	
	}
	with(milonic=new menuname("areas")){
	style=menuStyle;
	aI("text=Boating and Personal Watercraft;url=boating.html;");
aI("text=Medical Malpractice/Negligence;url=malpractice.html;");
aI("text=Motor Vehicle Accidents;url=motor.html;");
aI("text=Personal Injury;url=injury.html;");
aI("text=Premises Liability;url=premises.html;");
aI("text=Products Liability;url=liability.html;");
aI("text=Suicide and Psychiatric Malpractice;url=suicide.html;");
aI("text=Toxic Torts/Pharmaceutical/Prescription Drugs;url=toxic.html;");
aI("text=Worksite Accidents & Injuries;url=worksite.html;");
aI("text=Wrongful Death;url=wrongful.html;");




	}
		with(milonic=new menuname("newsletters")){
	style=menuStyle;
	aI("text=Personal Injury;url=newsletter.php?id=18;");
	aI("text=Products Liability;url=newsletter.php?id=17;");
	aI("text=Construction;url=newsletter.php?id=19;");
	aI("text=Litigation;url=newsletter.php?id=20;");
	aI("text=Labor & Employment;url=newsletter.php?id=21;");
	}
	
			//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();