<!--
  function PopUpNewWindow(targetURL)
  {
     NewWindow =
                window.open(targetURL,'',
'width=268,height=291,locationbar=no,menubar=no,scrollbars=yes,status=no,resizable=yes,screenX=0,screenY=0');
                NewWindow.focus();
  }
//-->