// This script will maximise the window to the size of the monitor

<!--
top.window.moveTo(0,0);
top.window.resizeTo(screen.availWidth,screen.availHeight);
//-->