
var str='';

str += '<textarea name="content" id="input1" style="height:122px;width:159;overflow:auto;"></textarea>';

document.write(str);