$(document).ready (function() {
	$("textarea").autogrow({
		maxHeight: 350,
		minHeight: 100,
		lineHeight: 18
	});
							
});
