<!--
var ScreenWidth=screen.width;
var ScreenHeight=screen.height;

window.moveTo(-4,-4);
window.resizeTo(ScreenWidth+8,parseInt(ScreenHeight-24));//Windows' Bottom Bar and the Navigator Status Bar's Height is about 20 pix

//--> 

