/* This is a companion module to fs-galleries.php. It must be injected onto the page in the header. */

// images is the name (string) of a gallery_var
function showGallery(images) {
  Shadowbox.open(images);
};

