ciao ho un problema nel tag head ho:

Codice PHP:
<SCRIPT TYPE="text/javascript">
<!--
function 
popup(mylinkwindowname)
{
if (! 
window.focus)return true;
var 
href;
if (
typeof(mylink) == 'string')
   
href=mylink;
else
   
href=mylink.href;
window.open(hrefwindowname',type=fullWindow,fullscreen,scrollbars=yes');
return 
false;
}
//-->
</script> 
e apro così:

<area shape="rect" coords="142,6,235,32" href="site_fuorizona.html" target="_blank" alt="Entra nel sito" onClick="return popup(this,'bigwindow')">

funziona con ie ma con firefox non mi apre in fullscreen avevo letto tempo fa di questo problema in un altro 3d qualche consiglio..