// JavaScript Document
hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: true
		}
	);
	hs.graphicsDir = 'includes/graphics/';
	hs.creditsText = '&copy; HandyWork 2008';
	hs.creditsTitle = 'HandyWork - Terms and Conditions';
	hs.creditsHref = 'http://www.handywork.co.uk/terms.html';
    hs.outlineType = 'rounded-white';
    hs.captionEval = 'this.thumb.title';