// JavaScript Document
<!-----------
try{
	top.moveTo(0,0);
	top.resizeTo(screen.availWidth,screen.availHeight);
}
catch(e){
	null;
}

//---->

