resizeTo(500, 500);
var w = window.open('','', 'width=500,height=500');
deltaW = window.outerWidth - window.innerWidth; deltaH = window.outerHeight - window.innerHeight;