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

