function fecharDiv () {
document.getElementById("banner_dhtml").style.display = 'none';
}

   function showFoto(src)
  
      {
       var a_false = document.createElement("A");
       a_false.rel = "lightbox";
       a_false.href = src;
       myLightbox.start(a_false);
       a_false = null;
      }

