function openWindow(file) {
  popupWin = window.open(file, 'popup', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=585,height=575,screenX=100,screenY=100,top=100,left=100');
  myTimer=setTimeout("popupWin.focus()",1000);
}
