_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=126;
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/attorneys.jpg;overimage=images/attorneys.jpg;showmenu=attorneys;url=attorneys.html;subimage=;separatorsize=0;");
aI("image=images/firm.jpg;overimage=images/firm.jpg;showmenu=firm;url=firm.html;subimage=;separatorsize=0;");
aI("image=images/areas.jpg;overimage=images/areas.jpg;showmenu=areas;url=carwreckpractice.html;subimage=;separatorsize=0;");
aI("image=images/news.jpg;overimage=images/news.jpg;showmenu=news;url=newsletter.php;subimage=;separatorsize=0;");
aI("image=images/recent.jpg;overimage=images/recent.jpg;showmenu=news;url=recent_news.html;subimage=;separatorsize=0;");
aI("image=images/blog.jpg;overimage=images/blog.jpg;url=http://www.yourcarwreckblog.com/;subimage=;separatorsize=0;target=_blank;");
//aI("image=images/meso.jpg;overimage=images/meso.jpg;url=mesothelioma_overview.html;subimage=;separatorsize=0;");
//aI("image=images/coal.jpg;overimage=images/coal.jpg;showmenu=coal;url=pitch.html;subimage=;separatorsize=0;");
//aI("image=images/asb.jpg;overimage=images/asb.jpg;showmenu=asbestos;url=asbestos.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("areas")){
	style=menuStyle;
	aI("text=Motor Vehicle Accidents;url=motor_vehicle_accidents.html;");
	aI("text=Multiple Vehicle Accidents;url=multiple_vehicle_accidents.html;");
	aI("text=Truck Accidents;url=truck_accidents.html;");
	aI("text=Bus Accidents;url=bus_accidents.html;");
	aI("text=Motorcycle Accidents;url=motorcycle_accidents.html;");
	aI("text=Train Accidents;url=train_accidents.html;");
	aI("text=Pedestrian Accidents;url=pedestrian_accidents.html;");
	aI("text=Drunk Drivers;url=drunk_drivers.html;");
	aI("text=Cell Phones;url=cell_phones.html;");
	aI("text=Defective Products;url=defective_products.html;");
	aI("text=Crashworthiness;url=crashworthiness.html;");
	aI("text=Stability;url=stability.html;");
	aI("text=SUV Rollovers;url=suv_rollovers.html;");
	aI("text=Tire Defects;url=tire_defects.html;");
	aI("text=Child Restraints;url=child_restraints.html;");
	aI("text=Roof Crush;url=roof_crush.html;");
	

	}
		with(milonic=new menuname("firm")){
	style=menuStyle;
	aI("text=Attorneys;url=attorneys.html;showmenu=attorneys;");
	}
	

	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, P.C.;url=bio_timothy.html;");
	aI("text=Craig W. Brown, P.C.;url=bio_craig.html;");
	aI("text=Valerie S. Farwell, J.D.;url=bio_valerie.html;");
	
	}
	with(milonic=new menuname("news")){
	style=menuStyle;
	aI("text=Press Release;url=press_release.html;");
	}
	


drawMenus();