// JavaScript Document

//    Initialize the hs object and optionally override the settings defined at the top
//    of the highslide.js file. The parameter hs.graphicsDir is important!


	hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'bottom center',
    		hideOnMouseOut: true,
    		opacity: 0.75
		}
	);
		
    hs.graphicsDir = 'highslide/graphics/';
	hs.outlineType = 'drop-shadow';
    window.onload = function() {
        hs.preloadImages(10);
    }
	
	