
function CheckStrta (userInput)
{ StrLen = window.document.count.description.value.length;
if (StrLen > 512 )
{ window.document.count.description.value = window.document.count.description.value.substring(0,512);
StrLeft = 0; } else {StrLeft = 512 - StrLen;} document.count.counter1.value = StrLeft;
 }

function CheckStrtb (userInput)
{ StrLen = window.document.count.keyword.value.length;
if (StrLen > 200 )
{ window.document.count.keyword.value = window.document.count.keyword.value.substring(0,200);
StrLeft = 0; } else {StrLeft = 200 - StrLen;} document.count.counter2.value = StrLeft;}

function CheckStrtc (userInput)
{ StrLen = window.document.count.versorgen.value.length;
if (StrLen > 200 )
{ window.document.count.versorgen.value = window.document.count.versorgen.value.substring(0,200);
StrLeft = 0; } else {StrLeft = 200 - StrLen;} document.count.counter3.value = StrLeft;
 }

function CheckStrtd (userInput)
{ StrLen = window.document.count.description2.value.length;
if (StrLen > 3584 )
{ window.document.count.description2.value = window.document.count.description2.value.substring(0,3584);
StrLeft = 0; } else {StrLeft = 3584 - StrLen;} document.count.counter4.value = StrLeft;}

function CheckStrte (userInput)
{ StrLen = window.document.count.suchend.value.length;
if (StrLen > 3072 )
{ window.document.count.suchend.value = window.document.count.suchend.value.substring(0,3072);
StrLeft = 0; } else {StrLeft = 3072 - StrLen;} document.count.counter5.value = StrLeft;}




