$(function () {
	$("textarea").autogrow({
		maxHeight: 500,
		minHeight: 100,
		lineHeight: 16
	});
});