textarea   id="le"   style="width:250px;height:80px;"> </textarea> 
<input   type="button"   value="Button   1"   onclick="document.getElementById('le').style.height='140px';"> 
<input   type="button"   value="Button   2"   onclick="document.getElementById('le').style.height='40px';">