/* 
    Initialize the hs object and optionally override the settings defined at the top
    of the highslide.js file. The parameter hs.graphicsDir is important!
*/

		// remove the registerOverlay call to disable the controlbar
			hs.registerOverlay(
    		{
    			thumbnailId: null,
    			overlayId: 'controlbar',
    			position: 'bottom left',
    			hideOnMouseOut: true,
    			opacity: 0.95	
			}
			);
	
			hs.graphicsDir = 'highslide-2.2.7/highslide/graphics/';
			hs.outlineType = 'rounded-white';
			window.onload = function()
			{
				hs.preloadImages(5);
			}
