function unfoldEintrag(entity) {
    var pos;
    pos = document.getElementById(entity);
    pos.style.height = '';
}
