function ishow_02 () {
  if (document.getElementById)
    document.getElementById("info").style.overflow = "visible";
    document.getElementById("ishow").style.visibility = "hidden";
}
