			/* <![CDATA[ */
			function startTPNiceSlideShow() {
				var TPNiceSlideShow = new TPSlideShowClass($('TPNiceSlideShow'), {
					timed: true,  //Autoplay
					showInfopane: false, //Show summary
					showMenu: true,  //Menu is effective
					embedLinks: true, //Embedded links
					fadeDuration: 500, //Delay fading effects
					readMore: true, // Show more buttons
					readMoreText: 'Read More', //More link text
					showTitle: true, //Show Title
					titleLink: true, //Title link
					showDescription: true, //Show Description
					scrollBar: true, //Scrollbar effective
					itemCount: 10,  //Total number of items affecting the scroll position
					scrollBarContent:	$('TPNiceSlideShowMenuWrp'),  //Scroll Content ID
					scrollBarArea: $('tpniceslideshow_scrollbar'), //Scroll region
					scrollBarHandle: $('tpniceslideshow_handle'),  //Scroll button
					delay: 3000 //Interval
				});
			}
			window.onDomReady(startTPNiceSlideShow);
			
			/* ]]> */
