function SetEmpfehlungDisplay()
{
  document.getElementById('empfehlung').style.display='block';
  document.getElementById('empfehlunglink').style.display='none';
}
