Código :
on (release) {
al=525; // altura del Pop-up
an=675; // anchura del Po-pup
getURL("javascript:NewWindow=window.open('Formulario2.html','','width=675,height=525,toolbar=Yes,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No,top='+((screen.height/2)-('+al/2+'))+',left='+((screen.width/2)-('+an/2+'))+''+'');void(0);");
}
