   function ShowLength( str ) {
      document.getElementById("inputlength").innerHTML = str.length + "•¶Žš";
   }

