// JavaScript Document
 self.moveTo(0,0); 
 self.resizeTo(screen.availWidth,screen.availHeight);
// self.focus(); 
 if (top.frames.length != 0) { top.location = self.document.location; } 
