dopo aver aperto la table

codice:
<script>
// h = screen.height; // risoluzione verticale
h = screen.availHeight; // altezza della finestra del browser
document.write('<td style="height: '+ h +'px">');
</script>