<!-- Script para que funcione la ventana PopUp

function verimagen(verimagen_url,nombre,width,height) {
      size = 'width=' + width + ',height=' + height;
      newwindow = window.open(verimagen_url,nombre,'resizable=yes,menubar=no,location=no,toolbar=no,scrollbars=yes,status=no,directories=no,'+size);
}
