<!--
function show_passwordStrength()
{
if(document.getElementById("pass_check"))
{document.getElementById("pass_check").style.visibility = "visible";}
}

function show_foto_upload()
{
if(document.getElementById("foto_upload"))
{
document.getElementById("foto_upload").style.visibility = "visible";
document.getElementById("foto_upload").style.height = "auto";
//document.getElementById("foto_upload").innerHTML='';
}
}

function show_hiddiv(was)
{
if(document.getElementById(was))
{document.getElementById(was).style.visibility = "visible";}
}
//-->
