<!--
function checkLen()
{
var txt=document.forms[0].Text.value;
document.forms[0].zaehler.value=txt.length;
}
