<script type="text/javascript">
function FullScreen(){
this.moveTo(0,0);
resizeTo(screen.availWidth,screen.availHeight);
}
FullScreen()
</script>
