// JavaScript Document
w = window.screen.width;
//h = window.screen.height - 30;
h = window.screen.height;
window.moveTo(0,0);
window.resizeTo(w,h);