_menuCloseDelay=50;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
  bordercolor="#1A6648";
  borderstyle="solid";
  borderwidth=1;
  fontfamily="Verdana, Tahoma, Arial";
  fontsize="75%";
  fontstyle="normal";
  headerbgcolor="#ffffff";
  headercolor="#000000";
  offbgcolor="#000066";
  offcolor="#FFFFFF";
  onbgcolor="#FFFFFF";
  oncolor="#1A6648";
  outfilter="randomdissolve(duration=0.3)";
  overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
  padding=2;
  pagebgcolor="#339966";
  pagecolor="black";
  separatorcolor="#1A6648";
  separatorsize=1;
  subimage="/javascripts/arrow.gif";
  subimagepadding=2;
}
/* ======================================================================================== */
with(milonic=new menuname("ABOUT")){
  style=menuStyle;
  aI("text=Mission;url=/index.cfm?pg=Mission;");
  aI("text=Bylaws;url=/index.cfm?pg=ByLaws;");
  aI("text=Contact Us;url=/index.cfm?pg=Contact%20Us;");
  aI("text=Circle of Advocates;url=/index.cfm?pg=CircleofAdvocates;");
  aI("text=Government Affairs;url=/index.cfm?pg=govtaffairs;");
}
/* ======================================================================================== */
with(milonic=new menuname("JOIN")){
  style=menuStyle;
  aI("text=Why Join;url=index.cfm?pg=JoinVTAJ;");
  aI("text=New Member Sign-Up;url=index.cfm?pg=newmembersignup;");
  aI("text=Contact Us;url=index.cfm?pg=Contact%20Us;");
}
/* ======================================================================================== */
with(milonic=new menuname("BOARD")){
  style=menuStyle;
  aI("text=Committees;url=index.cfm?pg=Committees;");
  aI("text=Board Members;url=index.cfm?pg=Board Members;");
  aI("text=Contact Us;url=index.cfm?pg=Contact Us;");
}
/* ======================================================================================== */
with(milonic=new menuname("MEMBERS")){
  style=menuStyle;
  aI("text=Overview;url=index.cfm?pg=Members%20Home;");
  aI("text=Court Documents;showmenu=COURTDOCS;");
  aI("text=Search Deposition Bank;url=index.cfm?pg=search&searchtype=depositions;");
  aI("text=Search Fastcase;url=index.cfm?pg=search&searchType=quicksearch&qsearchtype=caselawview;");
  aI("text=Search Legal Forms;url=index.cfm?pg=search&searchType=uslegal;");
  aI("text=Resources & Research Links;showmenu=RESOURCES;");
  aI("text=CLE Materials;showmenu=CLE;");
  aI("text=Member Forum;url=index.cfm?pg=lyris;");
  aI("text=Membership Directory;url=index.cfm?pg=memberdirectory;");
  aI("text=VTAJ Daily News Clips;url=index.cfm?pg=VTEclips;");
  aI("text=Legislation;url=index.cfm?pg=Current%20Legislation;");
  aI("text=List Servers;showmenu=LISTSERVERS;");
  aI("text=Photo Gallery;url=index.cfm?pg=photogallery;");
}
/* ---------------------------------------------------------------------------------------- */
  with(milonic=new menuname("COURTDOCS")){
    style=menuStyle;
    aI("text=Briefs, Pleadings and Motions;url=index.cfm?pg=search&searchtype=documentbank;");
    aI("text=Verdicts and Settlements;url=index.cfm?pg=search&searchType=verdictsview;");
  }
/* ---------------------------------------------------------------------------------------- */
  with(milonic=new menuname("RESOURCES")){
    style=menuStyle;
    aI("text=Vermont Judiciary;url=index.cfm?pg=VTJudiciary;");
    aI("text=VTAJ Newsletter;url=index.cfm?pg=Newsletters;");
    aI("text=Form of the Month;url=index.cfm?pg=Form%20Month;");
  }
/* ---------------------------------------------------------------------------------------- */
  with(milonic=new menuname("CLE")){
    style=menuStyle;
    aI("text=On-Line CLE;url=index.cfm?pg=semwebCatalog;");
  }
/* ---------------------------------------------------------------------------------------- */
  with(milonic=new menuname("LISTSERVERS")){
    style=menuStyle;
    aI("text=Browse Messages;url=index.cfm?pg=listviewer&lsAction=listBrowse;");
    aI("text=Search Messages;url=index.cfm?pg=search&bid=637;");
    aI("text=Post a Message;url=index.cfm?pg=listviewer&lsAction=listPost#PostMessage;");
    aI("text=Change My Settings;url=index.cfm?pg=listviewer&lsAction=listSettings;");
  }
/* ======================================================================================== */
with(milonic=new menuname("MYVTAJ")){
  style=menuStyle;
  aI("text=Renew Your Membership;url=index.cfm?pg=renew;");
  aI("text=Update My Information;url=index.cfm?pg=updatemember;");
  aI("text=Manage My List Servs;url=index.cfm?pg=listviewer&lsAction=listSettings;");
  aI("text=Calendar;url=index.cfm?pg=events;");
}
/* ======================================================================================== */
with(milonic=new menuname("ARCHIVES")){
  style=menuStyle;
  aI("text=CLE Materials;url=/VT/index.cfm?pg=seminar;");
  aI("text=Seminar Book & AV List;url=index.cfm?pg=BookList;");
  aI("text=Search List Archive;url=index.cfm?pg=search&searchtype=listservview;");
}
/* ======================================================================================== */
with(milonic=new menuname("FINDALAWYER")){
  style=menuStyle;
  aI("text=Search for a Lawyer;url=index.cfm?pg=findalawyer;");
  aI("text=Commonly Searched Areas;showmenu=COMMONLYSEARCHEDAREAS;");
}
/* ---------------------------------------------------------------------------------------- */
  with(milonic=new menuname("COMMONLYSEARCHEDAREAS")){
    style=menuStyle;
    aI("text=Automobile Collision;url=index.cfm?pg=autocollision;");
    aI("text=Divorce/Family Law;url=index.cfm?pg=divorceandfamilylaw;");
    aI("text=Employment Law;url=index.cfm?pg=employmentlaw;");
    aI("text=Medical Malpractice;url=index.cfm?pg=medicalmalpractice;");
    aI("text=Personal Injury;url=index.cfm?pg=personalinjury;");
    aI("text=Workers' Compensation;url=index.cfm?pg=workerscompensation;");
    aI("text=Wrongful Death;url=index.cfm?pg=wrongfuldeath;");
  }
/* ======================================================================================== */
with(milonic=new menuname("LINKS")){
  style=menuStyle;
  aI("text=Civil Justice Support Info;url=index.cfm?pg=civjustlinks;");
  aI("text=Local Courts;url=index.cfm?pg=VTJudiciary;");
  aI("text=Vermont State Information;url=index.cfm?pg=vtstatelinks;");
}
/* ======================================================================================== */
with(milonic=new menuname("EVENTS")){
  style=menuStyle;
  aI("text=Upcoming CLE and Events;url=index.cfm?pg=events;");
  aI("text=Webinar Schedule;url=index.cfm?pg=semwebCatalog&panel=browse&ft=SWL;");
}
/* ======================================================================================== */
with(milonic=new menuname("ADVERTISE")){
  style=menuStyle;
  aI("text=VTAJ Sponsors;url=index.cfm?pg=VTAffinity;");
  aI("text=Sponsorship Opportunities;url=index.cfm?pg=sponsorship;");
}
/* ======================================================================================== */
drawMenus();


