hs.creditsHref = 'http://www.yzmsn.com';
hs.showCredits = false;
hs.graphicsDir = '../highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.transitions = ['expand', 'crossfade'];
hs.wrapperClassName = 'dark borderless floating-caption';
hs.fadeInOut = true;
hs.dimmingOpacity = .75;
hs.registerOverlay({
		overlayId: 'closebutton',
		position: 'top right',
		fade: 2 // fading the semi-transparent overlay looks bad in IE
});
hs.lang = { 
//   cssDirection:     'ltr', 
   loadingText :     'Loading...', 
//   loadingTitle :    'Click to cancel', 
//   focusTitle :      'Click to bring to front', 
//   fullExpandTitle : 'Expand to actual size (f)', 
//   fullExpandText :  'Full size', 
   creditsText :     'Copyright <i>YZLSKC</i>', 
   creditsTitle :    'Go to the 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)',    
//   number :          'Image %1 of %2', 
   restoreTitle :    'Click to close image, click and drag to move. Use arrow keys for next and previous.' 
};