  function NewWindow(URL, name, specs) {
    var anon_win = window.open(URL, name, specs);
  }