// Called when "UseAdvancedJS" metadata set on a content block	

	// Apply the Highslide settings
	hs.graphicsDir = '/js/highslide-4.1.8/highslide/graphics/';
	hs.outlineType = 'rounded-white';
	hs.wrapperClassName = 'draggable-header no-footer';
	hs.allowSizeReduction = false;
	// always use this with flash, else the movie will be stopped on close:
	hs.preserveContent = false;
	hs.showCredits = false;

	