hs.graphicsDir = '../../highslide/graphics/';
hs.showCredits=false;
hs.outlineType = 'rounded-white';
hs.outlineWhileAnimating = true;
hs.objectLoadTime = 'after';
allowMultipleInstances: false;
hs.captionEval = 'this.thumb.title';
hs.loadingText = '&nbsp;';
hs.minWidth = 300;
hs.padToMinWidth = true;

window.onload = function() {
	hs.preloadImages(5);
}

hs.Expander.prototype.onAfterGetCaption = function (sender) {
   if (sender.caption) {
      //sender.caption.innerHTML += '<div id="printer"><img src="../../images/printer.gif" border="0" alt="Print"></div>';
   }
}

hs.registerOverlay(
    {
        thumbnailId: null,
        overlayId: 'imagecounter',
        position: 'top right',
        hideOnMouseOut: true,
        opacity: 0.9
    }
);

hs.registerOverlay(
{
	thumbnailId: null,
	overlayId: 'controlbar',
	position: 'top right',
	hideOnMouseOut: true
	}
);
hs.registerOverlay(
    {
        thumbnailId: null,
        overlayId: 'companylogo',
        position: 'top left',
        hideOnMouseOut: false
    }
);

hs.registerOverlay(
    {
        thumbnailId: null,
        overlayId: 'rangename',
        position: 'top left',
        hideOnMouseOut: false
    }
);
