// JavaScript Document
function CaractersCounter(obj,objcont,chars){
	var len = $j(obj).val().length;
	$j(objcont).val(chars - len);
}