function TextAreas(name) 
{
	document.write('<td><textarea rows="3" cols="23" name="'+name+'"></textarea></td>');
}

