// <script type="text/javascript" language="javascript"> "http://www.MarylandFathers.org/FUERFheader.js"
//    Revised 2002/12/29

   mymsg=" "
   var msglist = new Array
   msglist[0]="FUERF Home page, Welcome!"
   msglist[1]="FUERF organization, Membership, Phone recordings, EMERGENCIES, ..."
   msglist[2]="Contact FUERF by email for suggestions, non-Family Law questions, and Press inquiries "
   msglist[3]='Frequent questions, FUERF Services, the "Big Picture", Lawyers, Avoiding problems, ...'
   msglist[4]="FUERF Meeting dates and times"
   msglist[5]="Directions and Maps to FUERF meetings, by car, bus, walking"
// msglist[6]="Lawyers for Fathers:  When needed, total costs, referrals, Do-It-Yourself, ..."
   msglist[7]="FUERF commended organizations, websites, books, references, ..."
// msglist[8]="FUERF Jokes, Limericks, Songs Redux, Rants, ..."
   msglist[9]='"Annapolis Special Interest Group (ASIG)" for legislation activists'

   function writemsg(msgnum){ 
      var wnum=999
      if (writemsg.length>0) wnum=writemsg.arguments[0]
      var wmsg=" "
      if (wnum>=0 && wnum<=msglist.length) wmsg=msglist[wnum]
      document.forms[0].showme.value=wmsg }
