function popup(href, width, height) {
  url = '/popup-image/' + href.replace(/^https?:\/\/.*?\//, '');
  window.open(url, '', 'width=' + width + ',height=' + height + ',scrollbars=no,resize=no,screenX=0,screenY=0,left=0,top=0');
}
