function CheckStr(userInput, Anzahl)
{
StrLen = document.profilform[userInput].value.length;

if (StrLen > Anzahl )
{
document.profilform[userInput].value = document.profilform[userInput].value.substring(0,Anzahl);
StrLeft = 0;
}


}


function opener(was){
window.open(was, "Opener", "width=720,height=550, scrollbars=no");    
}
