// remove the registerOverlay call to disable the controlbar
hs.registerOverlay(
                   {
                       thumbnailId: null,
                           overlayId: 'controlbar',
                           position: 'top right',
                           hideOnMouseOut: true
                           }
                   );

hs.graphicsDir = '/share/highslide/graphics/';
hs.outlineType = 'rounded-white';
// Tell Highslide to use the thumbnail's title for captions
//hs.captionEval = 'this.thumb.title';
hs.showCredits = false;
hs.restoreTitle = "Utilisez les fleches gauche et droite de votre clavier pour vous deplacer dans cet album";
hs.numberOfImagesToPreload = 10000;

