Sto cercando di migliorarlo ancora:
codice:
 function adjHeight()
    {

        if (document.getElementById('bottom_box_sx'))
        {
            heightContent = document.getElementById('bottom_box_sx').offsetHeight;
        }

        if (document.getElementById('bottom_box_dx'))
        {		
            document.getElementById('bottom_box_dx').setAttribute('height', heightContent + 'px');
        }
    }
Un aiutino??