PS:

Questa parte:

LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;

serve per centrare la popup nel mezzo dello schermo.