var altezza = window.screen.availHeight - (window.screen.availHeight/2);
document.write('<DIV STYLE="position:absolute;  top:0px; left:140px; visibility:visible">');
document.write('<table  width="650" height="'+ altezza +'" bgcolor="#ffffff" bordercolor="#C3C4C8" cellspacing="0" cellpadding="1" border="1" width="641" height="75">');
document.write('<tr  class="testo" >');
document.write('<td class="testojust">');
document.write('<IFRAME name="downf" width="650" height="'+ altezza +'" SRC="home.html">');
document.write('</IFRAME>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor="#ffffff" bordercolor="#000000" cellspacing="0" cellpadding="0" border="1" width="641" height="15">');
document.write('<tr width="620" height="15" class="testo">');
document.write('<td align="center">');
document.write('<img src="neve.gif" border="0">');
document.write('</td>');
document.write('<td align="center">');
document.write('Engineered By<br><a href="mailto:m.spane@tiscali.it">Mirko Spanevello</a><br>.');
document.write('</td>');
document.write('<td align="center">');
document.write('<img src="neve.gif" border="0">');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</DIV>');
