/******************************************************************************
This is a misc js file... here we activate all of our globals
******************************************************************************/

hs.graphicsDir = '/graphics/';
hs.align = 'center';
//hs.anchor = 'bottom right';

hs.showCredits = 0;
//hs.outlineType = 'rounded-white';
// Tell Highslide to use the thumbnail's title for captions
//hs.captionEval = 'this.thumb.alt';
//hs.captionEval = 'this.a.title';

if (hs.registerOverlay) {
	// remove the registerOverlay call to disable the controlbar
	hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: true
		}
	);
}

