function popImg(fileName) {
  window.open(fileName, 'popup', 'toolbar=no, scrollbars=auto, directories=no, status=no, menubar=no, resizable=no, width=400, height=510, screenX=250, screenY=100');
}