<!--
  function popUp(url)
  {
    pop1 = open(url, "win1", "width=800, height=650, top=100, left=250, toolbar=0, menubar=0, location=0, status=0, scrollbars=0, resizable=0");
    pop1.focus();  // forces the popup to come to the front if it has already been opened, but not closed
  }
-->
