function popUp(thisUrl) {
  var newwindow=window.open(thisUrl, "ATpopup", "scrollbars=yes,status=yes,toolbar=no,titlebar=yes,menubar=yes,resizable=yes,height=315,width=402");
  if (window.focus) {
    newwindow.focus();
  }
}
