_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="#7B3000";

offcolor="#ffffff";

bordercolor="#D69A4A";

borderstyle="solid";

borderwidth=1;

separatorcolor="#D69A4A";

separatorsize="1";

padding=4;

fontsize="11px";

fontstyle="bold";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="black";

pagebgcolor="#D1871F";

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=193;

center=0;

alwaysvisible=1;

orientation="horizontal";

aI("image=images/home.gif;overimage=images/home1.gif;url=index.html;subimage=;borderwidth=0;separatorsize=0;");

aI("image=images/lees.gif;overimage=images/lees1.gif;showmenu=lees;url=robertalees.html;subimage=;separatorsize=0;");

aI("image=images/expertise.gif;overimage=images/expertise1.gif;showmenu=expertise;url=expertise.html;subimage=;separatorsize=0;");

aI("image=images/clients.gif;overimage=images/clients1.gif;url=clients.html;subimage=;separatorsize=0;");

aI("image=images/value.gif;overimage=images/value1.gif;url=value.html;subimage=;separatorsize=0;");

aI("image=images/fee.gif;overimage=images/fee1.gif;url=fee_schedule.html;subimage=;separatorsize=0;");

aI("image=images/meeting.gif;overimage=images/meeting1.gif;showmenu=meeting;url=meeting.html;subimage=;separatorsize=0;");

aI("image=images/contact.gif;overimage=images/contact1.gif;url=contact.html;subimage=;separatorsize=0;");

}

	

	with(milonic=new menuname("lees")){

	style=menuStyle;

	aI("text=Publications & Presentations;url=publications.html;");

	}



	with(milonic=new menuname("expertise")){

	style=menuStyle;

	aI("text=What We Provide;url=expertise.html;");

	aI("text=Litigation/Arbitration ;url=litigation.html;");
	
	aI("text=Counselors & Therapists ;url=counselors.html;");

	aI("text=Nonprofit Corporations;url=non-profit.html;");
	
	aI("text=Business Formation;url=business.html;");

	aI("text=Private Education;url=private_educ.html;");

	aI("text=Estate Planning & Asset Protection;url=personal.html;");	

    aI("text=Professionals;url=executives.html;");	

	aI("text=Chapter 7 Bankruptcy;url=chapter7_bankruptcy.html;");

	}	



	with(milonic=new menuname("meeting")){

	style=menuStyle;

	aI("text=Start Up of a New Business;url=newbusiness.html;");

	aI("text=Purchase of an Ongoing Business;url=ongoinginvestment.html;");

	aI("text=Investment or Participation;url=participation.html;");

	aI("text=Private or Public Offering;url=offering.html;");

	

	}



	//with(milonic=new menuname("Class Actions")){

		//style=menuStyle;

		//aI("text=Class Actions FAQ;url=faq.html;");

		//}





drawMenus();
