﻿// JScript File
    hs.registerOverlay
    (
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'bottom left',
    		hideOnMouseOut: true,
    		opacity: 0.75
		}
	);
	
    hs.graphicsDir = '/highslide/graphics/';
    hs.outlineType = 'rounded-white';
    window.onload = function() 
    {
        hs.preloadImages(5);
    }


