var CJStext=[
"",
"Reedy Creek Fire Station - Lake Buena Vista, FL (parapet detail)",
"Reedy Creek Fire Station - Lake Buena Vista, FL (parapet detail)",
"Steinberg Beach House - Rosemary Beach, FL (louvered porch detail)",
"Marjorie Park Marina - Davis Island, Tampa, FL (arbor detail)"
]

var mygallery=new simpleGallery({
	wrapperid: "CJSgallery",
	dimensions: [800, 360],
	imagearray: [
		["images/Photographic/CJS-Photographic-01.jpg", "", ""],
		["images/Photographic/CJS-Photographic-02.jpg", "", ""],
		["images/Photographic/CJS-Photographic-03.jpg", "", ""],
		["images/Photographic/CJS-Photographic-04.jpg", "", ""],
		["images/Photographic/CJS-Photographic-05.jpg", "", ""]
	],
	autoplay: true,
	persist: false,
	pause: 2000,
	fadeduration: 500,
	oninit:function(){ 
	CJStextdiv=document.getElementById("CJStext1")
	},
	onslide:function(curslide, i){ 
	CJStextdiv.innerHTML=CJStext[i]
	}
})

