// JavaScript Document
$(document).ready(function(){
	$('textarea.expanding').each( function() { $(this).growfield(); } );
});
