function TextAreas(value) {
	document.write('<textarea rows="7" cols="30" name="comments" value="'+value+'"></textarea>'); 
}

