function profilCont(DivId){
	var profilErweitert=document.getElementById(DivId);
	if (profilErweitert!=null) profilErweitert.style.display = (profilErweitert.style.display=='block') ? "none" :"block";
}
