function autoResize() 
{ 
try 
{ 
document.all["test"].style.height=test.document.body.scrollHeight 
} 
catch(e){} 
} 


