// JavaScript Document


	hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top center',
    		hideOnMouseOut: true
		}
	);	
    hs.graphicsDir = 'hislide/graphics/';
    hs.outlineType = 'rounded-white';
   hs.marginTop = 20;
   hs.align = 'center';
   hs.outlineWhileAnimating = true;
	hs.showCredits = false;
	hs.allowSizeReduction = false;		
		hs.marginBottom = 50;
		hs.marginTop = 15;
		hs.dimmingOpacity = .90;
		hs.dimmingDuration = 0;
		hs.spaceForCaption = 900;
		hs.captionSlideSpeed = 1;
		hs.transitions = ["fade"];
		hs.enableKeyListener = false;
