w = 900;
h = 820;
x = (screen.width  - w) / 2;
y = (screen.height - h) / 2;
resizeTo(w,h);
moveTo(x,y);
