<!--
function redimensiona(direita)
{
document.all[direita].height = document.frames[direita].document.body.scrollHeight+5;
}
-->