function zaehlerfunction() {
var e = document.getElementById("zaehlerart");
var strUser = e.options[e.selectedIndex].value;
if (strUser == 'z0') {

  } else {
    document.getElementById(strUser).style.display = 'block';
  }
}
