Prova così:
codice:
<script>
function ridim(){
moveTo(0, 0);
resizeTo(screen.Width, screen.Height)
}
<script>
<body onload="ridim();">