
var flashyshow=new flashyslideshow({ //create instance of slideshow
	wrapperid: "myslideshow2", //unique ID for this slideshow
	wrapperclass: "flashclass2", //desired CSS class for this slideshow
	imagearray: [
		["img/oppty1.jpg", "", "", ""],
		["img/oppty2.jpg", "", "", ""],
		["img/oppty3.jpg", "", "", ""]
		
	],
	pause: 2000, //pause between content change (millisec)
	transduration: 1000 //duration of transition (affects only IE users)
})