var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow", //ID of blank DIV on page to house Slideshow
	dimensions: [558, 240], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/flash/img1.png", "#", "1", "Oasis Technologies offers you Design and Deployment of Internet and e-Business Solutions"],
		["images/flash/img2.png", "#", "1", "Network design Campus wide structured cabling and Wireless (voice & data) infrastructure implementation."],
		["images/flash/img3.png", "#", "1", "Deployment of CRM solutions and workstsations for Call Centres"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:10000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

