Something like this:

on (release) {
getURL ("javascript:NewWindow=window.open('ShowPopup.php' ,'newWin','width='+screen.availWidth+',height='+sc reen.availHeight+',left=0,top=0,toolbar=No,locatio n=No,scrollbars=No,status=No,resizable=No,fullscre en=Yes'); NewWindow.focus(); setTimeout('NewWindow.resizeTo(500,500)',5000); void(0);");
}

Try this: Popup Code Generator