var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [518, 399], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/homep5.gif", "http://www.raaivan.ir", "از سایت محصول جدید ما رای ون بازدید کنید"],
		["images/homep1.gif", "", "", "سازمان شما از یک سیستم جامع مدیریت دانش چه توقعاتی دارد؟"],
		["images/homep2.gif", "", "", "مدیران سازمان خواسته هایی دارند!"],
		["images/homep3.gif", "", "", "مدیران فناوری اطلاعات سازمان نیز خواسته هایی دارند!"],
		["images/homep4.gif", "", "", "مهم تر از همه دانشکاران و مدیران دانش هستند."]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:8000, cycles:2, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 700, //transition duration (milliseconds)
	descreveal: "peekaboo",
	togglerid: ""
})

