e mi rispondo ancora da solo...
dove il mio tr sara' <tr id="myTR">Codice PHP:
function RowHeight()
{
var altezzaRigat=(screen.availHeight) -377;//Qui ci metti il valore che meglio si addice...
document.getElementById("myTR").style.height = altezzaRigat;
}
e nel body
<body onload="RowHeight()">
almeno ce l'ho fatta...ciao