function openwin(theURL, winName, features)
  {
    a = window.open(theURL, winName, features)
    a.focus
  }

