<head>
<script>
function SetUpWin() {
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
}
SetUpWin();
</script>
</head>

<body onload="SetUpWin();">
</body>