// JavaScript Document

function conta(){
  document.getElementById("conta").value = document.getElementById("desc_breve_prodotto").value.length;
}
