	// Apply the Highslide settings
	hs.graphicsDir = '../highslide/graphics/';
	hs.outlineType = 'drop-shadow';
	hs.align = 'center';
	hs.transitions = ['cross'];
	hs.restoreDuration = 50;
	hs.expandDuration = 50;
	hs.dimmingDuration = 10;
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.75;
	hs.preserveContent = false;
	hs.showCredits = false;
	hs.wrapperClassName = 'floating-caption';
	hs.onDimmerClick = function() { return false; }

function popout(url) {

hs.htmlExpand(null, {
      src: url, objectType: 'iframe', width: 750});
}