function photoView(src, width, height) {
  var photoPopup = window.open(src, 'photo', 'height='+height+', width='+width+', directories=no, menubar=no, scrollbars=no, toolbar=no, resizable=yes');
}
