window_width = screen.availWidth;
window_height = screen.availHeight;
window.moveTo(0,0);
window.resizeTo(window_width,window_height);
