$(document).ready(function() {
	$('textarea#desc_word:not(.processed)').TextAreaResizer();
	$('textarea#desc_corect:not(.processed)').TextAreaResizer();
	$('textarea#desc_other:not(.processed)').TextAreaResizer();
});