<!--
function launch(newURL, newName, newFeatures) {
  var remote = open(newURL, newName, newFeatures);
  return remote;
}

function popwin(url, win, hgt, wdt) {
  myRemote = launch(url, win, "height=" + hgt + ",width=" + wdt + ",screenX=25,screenY=25,left=25,top=25,tilebar=0,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0");
}
// -->
