  function showImage(img, width, height) {
    window.open(img, "", "width="+(width+20)+",height="+(height+120)+",menubar=no,location=no,resizable=no,scrollbars=no,status=no");
    return true;
  }
