// Apply the Highslide settings
hs.graphicsDir = 'js/graphics/';
hs.outlineType = 'rounded-white';
hs.outlineWhileAnimating = true;
hs.allowSizeReduction = false;
// always use this with flash, else the movie will be stopped on close:
hs.preserveContent = false;
hs.wrapperClassName = 'draggable-header no-footer';
hs.align = 'center';
hs.dimmingOpacity = 0.55;
hs.minWidth=480;
hs.minHeight=380;

// create a shorthand function so we don't need to put all this in the opener's onclick
