function subnavi(status) {
  document.getElementById('subnavi').style.display = status;
  //alert("hallo");
}