codice:
function Apri_finestra(){ 
 window.open("pagina.htm","","fullscreen=yes");
}
ciao