1,    <body onload="setTimeout('closeIt()',10000)">   function closeIt()
   {
      opener = null;
      self.close();
   }