function popit_off() {
  if (document.getElementById)
    document.getElementById("popit").style.visibility = "hidden";
}
