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