w=screen.width;
h=screen.height;
w = (w/2)-200;
h = (h/2)-300;
window.moveTo(w,h);
window.resizeTo(435,580);
window.focus();

