function showThumb(file) {
  window.open("./pub/images/"+file, "_blank");
}