function fullScreen(theURL) { window.open(theURL, '_blank','width=400,height=470,location=no,menubar=no,status=no,scrollbars=no,fullScreen=no,resizable=yes,titlebar=no,toolbar=no,top=1,left=200'); } function chiudi() {window.close();} function FinestraScorrimento(theURL) { window.open(theURL, '_blank','width=400,height=470,location=no,menubar=no,status=no,scrollbars=yes,fullScreen=no,resizable=yes,titlebar=no,toolbar=no,top=1,left=200'); } function fullScreen2(theURL) { var popwin =window.open(theURL, 'popupwindow','width=450,height=600,location=no,menubar=no,status=yes,scrollbars=yes,fullScreen=no,resizable=yes,titlebar=no,toolbar=no,top=1,left=1'); popwin.focus();} function fullScreen3(theURL) { var popwin =window.open(theURL, 'popupwindow','width=700,height=700,location=no,menubar=no,status=yes,scrollbars=yes,fullScreen=no,resizable=no,titlebar=no,toolbar=no,top=1,left=1'); popwin.focus();} function fullScreenLong(theURL) { window.open(theURL, '_blank','width=1000,height=700,location=no,menubar=no,status=no,scrollbars=no,fullScreen=no,resizable=no,titlebar=no,toolbar=no,top=1,left=1'); }