     hs.graphicsDir = '	highslide/graphics/';
     hs.outlineType = 'rounded-white';
     hs.outlineWhileAnimating = true;
     hs.captionId = 'the-caption';
     hs.align = 'auto';
     hs.fullExpandTitle = '実際のサイズに拡大';
     hs.restoreTitle = 'クリックで閉じ、ドラッグで移動します。';
     hs.focusTitle = 'クリックで前に移動';
     hs.registerOverlay( {
          thumbnailId: 'thumb',
          overlayId: 'controlbar',
          position: 'top right',
          hideOnMouseOut: true
     } );


