hs.graphicsDir = '/js/highslide/graphics/'; hs.outlineType = 'rounded-white'; hs.wrapperClassName = 'draggable-header'; hs.width = 900; hs.height = 500; hs.showCredits = 0; hs.dimmingOpacity = 0.40; hs.dimmingDuration = 25; hs.expandCursor='zoomin.png'; hs.restoreCursor='zoomout.png'; hs.registerOverlay({ html: '
', position: 'top right', useOnHtml: true, fade: 2 // fading the semi-transparent overlay looks bad in IE }); hs.lang = { loadingText : 'Loading...', loadingTitle : 'Click to cancel', focusTitle : 'Click to bring to front', fullExpandTitle : 'Expand to actual size (f)', fullExpandText : 'Fullsize', creditsText : 'Powered by Highslide JS', creditsTitle : 'Go to the Highslide JS homepage', previousText : 'Previous', previousTitle : 'Previous (arrow left)', nextText : 'Next', nextTitle : 'Next (arrow right)', moveTitle : 'Move', moveText : 'Move', closeText : 'Close', closeTitle : 'Close (esc)', resizeTitle : 'Resize', playText : 'Play', playTitle : 'Play slideshow (spacebar)', pauseText : 'Pause', pauseTitle : 'Pause slideshow (spacebar)', restoreTitle : 'Click to close image, click and drag to move. Use arrow keys for next and previous.' };