function openVideo(id) { width=320; height=300; var thisid="page"+Math.floor(Math.random()*65536) eval(thisid + " = window.open('popupVideo.html.php?id='+id, '" + thisid + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+"');"); eval(thisid+".moveTo((screen.width/2)-("+ width +"/2),(screen.height/2)-("+ height +"/2))"); }