// JavaScript Document
    hs.graphicsDir = 'graphics/';
	hs.outlineType = 'rounded-white';
	hs.showCredits = false;
	//hs.enableKeyListener = false;
	hs.align = 'center';
	hs.minWidth = 800;
	hs.minHeight = 300;
	hs.restoreTitle = 'Click to close image OR click and drag to move.';
	hs.registerOverlay(
    	{
		thumbnailId: null,
		overlayId: 'controlbar',
		position: 'top right',
		hideOnMouseOut: false
		}
	);