 t = null;
  function zapri(){
        window.opener.location.reload();
        t = setTimeout("self.close()",3000);
  }