	// remove the registerOverlay call to disable the controlbar
	hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: true,
			useOnHtml: true
		}
	); 
	
    hs.graphicsDir = '/gallery/highslide/graphics/';
    hs.outlineType = 'rounded-white';
    // Tell Highslide to use the thumbnail's title for captions
    hs.captionEval = 'this.thumb.title';

// FROM FLASH EX
    hs.outlineWhileAnimating = true;
    hs.allowSizeReduction = true;
    // always use this with flash, else the movie will be stopped on close:
    hs.preserveContent = false; 

// SCOTT'S CHANGES
hs.numberOfImagesToPreload = 0;
hs.align = 'center';
hs.dimmingOpacity = 0.75;
hs.showCredits = false;
hs.cacheAjax = false;
hs.Expander.prototype.onAfterExpand = function() { logMediaView(this.custom.mediaId, this.custom.hVal); };



