function conta(texto)
{	var max = 600;
	if (texto.length > (max-2))
	{		alert ("É permitido um máximo de 600 caracteres esse campo!!!");
		charCode = 0;
	}
}