/* <![CDATA[ */ 
function startTPNiceSlideShow() { 
var TPNiceSlideShow = new TPSlideShowClass($('TPNiceSlideShow'), {
timed: true,  //自動スライドショー 
showInfopane: true, //左の画像の上にインフォを表示する 
showMenu: true,  //右のリストを表示する 
embedLinks: true, //嵌入链接 
fadeDuration: 500, //フェードアニメの速さ
readMore: false, // 「続き」ボタンを表示するか否か 
readMoreText: 'Read More', //「続き」ボタンのテキスト 
showTitle: true, //タイトルを表示するか 
titleLink: true, //タイトルにリンクつけるか 
showDescription: true, //説明を表示するか 
scrollBar: false, //スクロールバーを表示するか 
itemCount: 3,  //項目数 
scrollBarContent:   $('TPNiceSlideShowMenuWrp'),  
scrollBarArea: $('tpniceslideshow_scrollbar'),  
scrollBarHandle: $('tpniceslideshow_handle'),   
delay: 8000 //スライド切り替えの早さ 
});          
}      
window.onDomReady(startTPNiceSlideShow); 
/* ]]> */ 
