function wyswietl(T,t){
  T.nextSibling.style.display=t?'block':'none'
}

