anche così può andar bene:

on (release) {
getURL("javascript:W=168;H=185;x=(screen.availWidt h-W)/2;y=(screen.availHeight-H)/2;window.open('msgbox.html','nome_tuapopup','width =' +W+ ',height=' +H+ ',top=' +y+ ',left=' +x+ ',scrollbars=0,status=0,menubar=0,toolbar=0,resiza ble=0');void(0)");
}