/* Match all items that end with "ScreenshotLink"
 * All items that end with "Screenshot" will be
 * hidden on launch */
$(document).ready(function() {
  $("a[id$='ScreenshotLink']").fancyZoom({directory:'../shared/jquery-fancyzoom/images', scaleImg:false, closeOnClick: true});
});
