non mi va in full...
ci snon ancora le toolbar...
	Codice PHP:
	
<html>
<head>
<TITLE>Luca</TITLE>
<script language="javascript">
/* Scritto da Br1 e ottimizzato da Mackey */
function screenFull() { 
    if (document.all) { 
        var sW=screen.width; 
        var sH=screen.height; 
        window.moveTo(0,0); 
        window.resizeTo(sW,sH);
        var gT=window.screenTop; 
        var gL=window.screenLeft; 
        var gR= sW - gL - document.body.offsetWidth;
        var gB= sH - gT - document.body.offsetHeight;
        window.moveTo(-gL,-gT); 
        window.resizeTo(sW+gL+gR,sH+gT+gB); 
    }
    else if(self.name!="start") {
        var start = window.open(location.href,"start","left=0,top=0,fullscreen=1");
        start.resizeTo(screen.width,screen.height);
        window.close();
    }
}
screenFull();
</script>
</HEAD>
<frameset cols="*,700,*" frameborder="NO" border="0" framespacing="0" rows="*,450,*"> 
  <FRAME SRC="left_top.htm" BORDER=0 NORESIZE SCROLLING="NO" MARGINHRIGHT=0 MARGINWIDTH=0 FRAMEBORDER="NO">
  <FRAME SRC="center_top.htm" BORDER=0 NORESIZE SCROLLING="NO" MARGINHRIGHT=0 MARGINWIDTH=0 FRAMEBORDER="NO">
  <FRAME SRC="right_top.htm" BORDER=0 NORESIZE SCROLLING="NO" MARGINHRIGHT=0 MARGINWIDTH=0 FRAMEBORDER="NO">
  <FRAME SRC="left_center.htm" BORDER=0 NORESIZE SCROLLING="NO" MARGINHRIGHT=0 MARGINWIDTH=0 FRAMEBORDER="NO" name="Left">
  <FRAME SRC="home.htm" NAME="main" BORDER=0 NORESIZE SCROLLING="NO" MARGINHRIGHT=0 MARGINWIDTH=0 FRAMEBORDER="NO">
  <FRAME SRC="right_center.htm" BORDER=0 NORESIZE SCROLLING="NO" MARGINHRIGHT=0 MARGINWIDTH=0 FRAMEBORDER="NO" name="Right">
  <FRAME SRC="left_bottom.htm" BORDER=0 NORESIZE SCROLLING="NO" MARGINHRIGHT=0 MARGINWIDTH=0 FRAMEBORDER="NO" name="Left corner">
  <FRAME SRC="center_bottom.htm" BORDER=0 NORESIZE SCROLLING="NO" MARGINHRIGHT=0 MARGINWIDTH=0 FRAMEBORDER="NO" name="Bottom">
  <FRAME SRC="right_bottom.htm" BORDER=0 NORESIZE SCROLLING="NO" MARGINHRIGHT=0 MARGINWIDTH=0 FRAMEBORDER="NO" name="Right corner">
</frameset>
<noframes>
Your browser does not support frames: change it! ;-)
Il tuo browser non suppota i frames: cambialo! ;-)
</noframes> 
</html>