function CountCharacters(txtArea, txtCounter){txtCounter.value = txtArea.value.length;}
