hs.graphicsdir = '/highslide/graphics/'; hs.align = 'center'; hs.transitions = ['expand', 'crossfade']; hs.outlinetype = 'rounded-white'; hs.fadeinout = true; //hs.numberposition = 'caption'; hs.dimmingopacity = 0.75; hs.registeroverlay({ html: '
', position: 'top right', fade: 2 // fading the semi-transparent overlay looks bad in ie }); // add the controlbar if (hs.addslideshow) hs.addslideshow({ //slideshowgroup: 'group1', interval: 5000, repeat: false, usecontrols: true, fixedcontrols: 'fit', overlayoptions: { opacity: .75, position: 'bottom center', hideonmouseout: true }, thumbstrip: { position: 'bottom center', mode: 'horizontal', relativeto: 'viewport' } }); // chinese simplified language strings hs.lang = { cssdirection: 'ltr', loadingtext: '载入中...', loadingtitle: '取消', focustitle: '置于最前', fullexpandtitle: '原始尺寸', creditstext: '', //'基于highslide js', creditstitle: '', //'查看 highslide js 官方首页', previoustext: '上一张', nexttext: '下一张', movetext: '移动', closetext: '关闭', closetitle: '关闭 (退出键)', resizetitle: '调整尺寸', playtext: '播放', playtitle: '播放幻灯片 (空格键)', pausetext: '暂停', pausetitle: '暂停幻灯片 (空格键)', previoustitle: '上一张 (左方向键)', nexttitle: '下一张 (右方向键)', movetitle: '移动', fullexpandtext: '完整尺寸', number: 'image %1 of %2', restoretitle: '单击关闭图片,单击不放拖动图片。使用方向键进行图片切换。' };