


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // 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()){
itemwidth="150";
//onbgcolor="#4F8EB6";
oncolor="#2d73b9";
//offbgcolor="#DCE9F0";
offcolor="#000000";
//bordercolor="#296488";
//borderstyle="solid";
borderwidth=1;
//separatorcolor="#2D729D";
separatorsize="0";
padding=16;
fontsize="90%";
fontstyle="normal";
fontfamily="Times";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="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(linkStyle=new mm_style()){
//onbgcolor="#ff9933";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#666666";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
padding=3;
fontsize="12px";
fontstyle="normal";
fontweight="normal";
fontfamily="comic sans ms,verdana,helvetica";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=100;
left=10;
alwaysvisible=1;
orientation="vertical";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=About Attorney Wayland;url=about.html;");
aI("text=Family Law <br>Divorce/Custody;url=custody.html;");
aI("text=Criminal Law;url=criminal_law.html;");
aI("text=Employment Law;url=employment.html;");
aI("text=Contact Attorney Wayland;url=contact.html;");
aI("text=Links;showmenu=Links;");
}

with(milonic=new menuname("Links")){
style=linkStyle;
aI("text=Massachusetts Bar Association;url=http://www.massbar.org/;target=_blank");
aI("text=Supreme Court of the United States;url=http://www.supremecourtus.gov/;target=_blank");
aI("text=FindLaw for Massachusetts;url=http://www.findlaw.com/11stategov/ma/laws.html;target=_blank");
aI("text=Supreme Judicial Court of Massachusetts;url=http://www.state.ma.us/courts/courtsandjudges/courts/supremejudicialcourt/;target=_blank;");
aI("text=Massachuestts Laws and Legislation;url=http://www.state.ma.us/legis/;target=_blank");
aI("text=Social Law Library;url=http://www.socialaw.com/;target=_blank");
aI("text=Adoption Massachuestts;url=http://www.adoption.org/adopt/adoption-massachusetts.php;target=_blank");
}


with(milonic=new menuname("Family")){
style=menuStyle;
margin=20;
aI("text=Divorce;url=divorce.html;");
aI("text=Custody and <br> Child Support;url=support.html;");


}

drawMenus();

