var x = 789; var y = 541; var posx=(screen.width/2)-395; var posy=(screen.height/2)-270; 
top.window.resizeTo(x+10,y+29); window.moveTo(posx,posy);
