$(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:'368px',height:'78px',
			alt:'Targeting Tumors with Pinpoint Accuracy / By concentrating radiation onto a tumor and minimizing damage to healthy tissue, particle beam irradiation technology brings new possibilities to advanced medicine.'
		},
		{//more
			url:'../../images/products/bt_more.png',
			width:'78px',
			height:'78px',
			alt:'More',
			link:'/keytechnologies/particle_beam/',
			target:''
		},
		{iniX:-100,iniY:0,x:0,y:0} //animation
	);
		
	objSlideShow.start();
});