function add_menu_item(ref, target, title, height, width) {
  document.write('<tr height="' + height + '">');
  if (ref != "")
      document.write('  <td class=menugrey height="' + height + '" width="' + width + '" onMouseover="this.style.background='+"'url(../image/grey_over.gif)'"+'" onMouseout="this.style.background='+"'url(../image/grey.gif)'"+'">');
  else 
      document.write('  <td class=grey height="' + height + '" width="' + width + '">');
  if (ref != "") {
     document.write(' <a class=menu href="' + ref + '" target="' + target + '">');
     }
  document.write(title);
  if (ref != "") document.write(' </a>');
  document.write('  </td>');
  document.write('</tr>');
}

function book(num) {
    var n=1*num;
    location="../../cgi-bin/marsh_xml.php?fn="+n;
}

function OpenWin(ref, title, width, height, left, top) {
    rm=open(ref, title,"width=" + width + ",height=" + height + 
                       ",left=" + left +", top=" + top + ",toolbar=no,location=no,"+
                       "menubar=no,status=no,scrollbars=no,resizable=no,directories=no");
}    

function nolan() {
    rm=open("../../fortune/rm/mindover.htm","Fortune","Width=420, Height=500, left=150, top=100" +
            ",toolbar=no,location=no,"+
            "menubar=no,status=no,scrollbars=no,resizable=no,directories=no");
}

