// JavaScript Document
function cerrarPopup(pid)
   {
      document.getElementById(pid).style.visibility = 'hidden';      
   }
