function lishow () {
  if (document.getElementById)
    document.getElementById("liste").style.visibility = "visible";
}
