Prova cosi:
Pulsante
on (release) { getURL(?javascript:window.open(\?index2.html\?,\?\',\?fullscreen=1,scrollbars=0\?);void(0);?); }index2.html
<script type="text/javascript"> function popup(file){ window.open(file,?mywin?,'width=650,height=650,top=?+((screen.availheight/2)-(650/2))+?,left=?+((screen.availwidth/2)-(650/2))+?,menubar=no,scrollbars=yes,status=no,toolbar=no,location=no,directories=no,resizable=yes?); } </script>