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

e nel body
<body onload="RowHeight()">

almeno ce l'ho fatta...ciao