//
//FUNCION PARA MOSTRAR LAYER CORRESPONDIENTE
//
function punto(fotosmall,valorx,valory){
         Layermundo.style.visibility='hidden';
         Layerpunto.style.visibility='hidden';
         Layerfoto.style.visibility='hidden';
         img0.src=fotosmall;
         Layerpunto.style.left=valorx;
         Layerpunto.style.top=valory;
         Layerpunto.style.visibility='visible';
         Layerfoto.style.visibility='visible';
          }
// fin Script
