function show () {
  if (document.getElementById)
    document.getElementById("choisir").style.visibility = "visible";
}
