_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="#FF9900";
oncolor="#000000";
offbgcolor="#996633";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#555555";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#C28447";
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=135;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home.jpg ;overimage=images/home.jpg;url=/;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/attorneys.jpg;overimage=images/attorneys.jpg;showmenu=home;url=purpose.html;subimage=;separatorsize=0;");
aI("image=images/firm.jpg;overimage=images/firm.jpg;url=firm.html;subimage=;separatorsize=0;");
aI("image=images/faq.jpg;overimage=images/faq.jpg;url=faq.html;subimage=;separatorsize=0;");
aI("image=images/contact.jpg;overimage=images/contact.jpg;url=contact.php;subimage=;separatorsize=0;");
}
	with(milonic=new menuname("home")){
	style=menuStyle;
	//aI("text=Maker and Purpose;url=purpose.html;");
	aI("text=Side Effects;url=side_effects.html;");
	aI("text=Other Physical Side Effects;url=other_side_effects.html;");
	aI("text=Your Next Move;url=move.html;");


	
	}

	with(milonic=new menuname("attorneys")){
	style=menuStyle;
	aI("text=Ryan A. Krebs, M.D., J.D.;url=bio_ryan.html;");
	aI("text=Richard A. Dodd, L.C.;url=bio_richard.html;");
	aI("text=Timothy R. Cappolino, LLP;url=bio_timothy.html;");
	aI("text=Craig W. Brown, P.L.L.C.;url=bio_craig.html;");
	aI("text=Valerie S. Farwell, J.D.;url=bio_valerie.html;");
	aI("text=Ursula C. Keen, J.D.;url=bio_ursula.html;");
	
	}

		//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();