var CJStext=[
"",
"",
"",
"",
""
]

var mygallery=new simpleGallery({
	wrapperid: "CJSgallery",
	dimensions: [800, 360],
	imagearray: [
		["images/ProfileIntro/CJS-ProfileIntro-01.jpg", "", ""],
		["images/ProfileIntro/CJS-ProfileIntro-02.jpg", "", ""],
		["images/ProfileIntro/CJS-ProfileIntro-03.jpg", "", ""],
		["images/ProfileIntro/CJS-ProfileIntro-04.jpg", "", ""]
	],
	autoplay: true,
	persist: false,
	pause: 2000,
	fadeduration: 500,
	oninit:function(){ 
	CJStextdiv=document.getElementById("CJStext1")
	},
	onslide:function(curslide, i){ 
	CJStextdiv.innerHTML=CJStext[i]
	}
})

