
if (top.frames.length!=0)
{
freeOut=1;
top.location=self.document.location;
}
if (screen.availWidth > screen.Width-20)
{
  self.focus()
  self.moveTo(0,0)
  self.resizeTo(screen.availWidth,screen.availHeight)
}