_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="#FFCC66";
oncolor="#000000";
offbgcolor="#996600";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=2;
separatorcolor="#555555";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#CA9E47";
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/firm.gif;overimage=images/firm.gif;showmenu=firm;url=thefirm.html;subimage=;separatorsize=0;");
aI("image=images/dis.gif;overimage=images/dis.gif;showmenu=disability;url=disability.html;subimage=;separatorsize=0;");
aI("image=images/refferals.gif;overimage=images/refferals.gif;url=referrals.html;subimage=;separatorsize=0;");
aI("image=images/contact.gif;overimage=images/contact.gif;url=contact.html;subimage=;separatorsize=0;");
}
	with(milonic=new menuname("firm")){
	style=menuStyle;
	aI("text=Attorneys;url=attorneys.html;showmenu=firm1;");
	}
	
	with(milonic=new menuname("firm1")){
	style=menuStyle;
	aI("text=Steve A. Troutman;url=bio_troutman.html;");
	aI("text=Gayle L. Troutman;url=bio_gayle.html;");
	aI("text=Darren T. Rackley;url=bio_darren.html;");
	aI("text=Erin N. Stackenwalt;url=bio_erin.html;");
	
	}

	with(milonic=new menuname("disability")){
	style=menuStyle;
	aI("text=Evaluation;url=evaluation.html;showmenu=evaluation;");
	aI("text=Determination;url=determination.html;");
	aI("text=Benefits;url=benefits.html;");

	}

		with(milonic=new menuname("evaluation")){
	style=menuStyle;
	aI("text=Are you working? ;url=step1.html;");
	aI("text=Do you have a severe impairment? ;url=step2.html;");
	aI("text=Do you have a listed impairment? ;url=step3.html;");
	aI("text=Can you perform your past relevant work? ;url=step4.html;");
	aI("text=Is there other work in the regional or national economy that you can perform?;url=step5.html;");

	}

drawMenus();

