function showPreview(previewURL, fullsizeURL) {
  $("#filmstripPreview").attr('src', previewURL);
  $("#zoomImageURL").html(fullsizeURL);
}