$(document).ready(function(){	
	//slideshow
	var objSlideShow = new slideShow();
	objSlideShow.parentId = "wrapimgFrame";
	objSlideShow.naviPos = 534;
	
	//Image01
	objSlideShow.set(
		{//main image
			url:'images/top/main01.jpg'
		},
		{//text
			url:'images/top/text01.png',
			width:'336px',height:'87px',
			alt:'A Big and Dynamic Experience / Introducing Diamond Vision at the Tokyo Race Course, the world\'s largest screen and a truly spectacular visual information and entertainment experience.'
		},
		{//more
			url:'../../images/products/bt_more.png',
			width:'78px',
			height:'78px',
			alt:'More',
			link:'/keytechnologies/diamond_vision/',
			target:''
		},
		{iniX:-100,iniY:0,x:0,y:0} //animation
	);
		
	objSlideShow.start();
});
