// JavaScript Document
function textAreaAdjust(o) {o.style.height = "1px";o.style.height = (5+o.scrollHeight)+"px";}
