hs.graphicsDir = 'js/graphics/';
hs.showCredits=false;
hs.outlineType = 'rounded-white';
hs.outlineWhileAnimating = true;
hs.objectLoadTime = 'after';
hs.allowMultipleInstances = false;
hs.allowSizeReduction  = true;


window.onload = function() {
	hs.preloadImages(5);
}
hs.registerOverlay(
{
	thumbnailId: null,
	overlayId: 'controlbar',
	position: 'top right',
	hideOnMouseOut: true
	}
);

 hs.moveText = ''; 
 hs.closeText = ''; 
