  if (self.parent.frames.length != 0)
  if (self.parent.location != document.location)
     {self.parent.location=document.location};
          
          window.top.moveTo(0,0);
          window.top.resizeTo(screen.availWidth,screen.availHeight);


