
if (top.frames.length!=0)
	top.location=self.document.location;

window.moveTo(0,0);    
if (document.all) 
{         
	window.resizeTo(screen.availWidth,screen.availHeight);    
} 
else 
{         
	window.outerHeight = screen.availHeight;         
	window.outerWidth = screen.availWidth;     
}