function startTPNiceSlideShow() { 
var TPNiceSlideShow = new TPSlideShowClass($('TPNiceSlideShow'), { 
timed: true,  // auto slide able
showInfopane: false, // info text on image visible
showMenu: true,  // list visible
embedLinks: true, //
fadeDuration: 500, // fade animation speed 1000 = 1s
readMore: false, // read more button visible
readMoreText: 'read more', // button text
showTitle: true, // title visible
titleLink: true, // title link able
showDescription: true, // discription visible
scrollBar: false, // scroll bar visible
itemCount: 5,  // list count
scrollBarContent: $('TPNiceSlideShowMenuWrp'),  
scrollBarArea: $('tpniceslideshow_scrollbar'),  
scrollBarHandle: $('tpniceslideshow_handle'),   
delay: 8000 //slide change time 1000 = 1s
}); 
} 
window.onDomReady(startTPNiceSlideShow); 
/* ]]> */