function resizePopup(width, height, posX, posY) {
	document.body.focus();
	self.resizeTo(width, height);
	self.moveTo(posX, posY);
}
