
var mygallery3=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [180, 160], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["slidshow/1.jpg", "", "", "&#1583;&#1605;&#1575;&#1608;&#1606;&#1583;"],
		["slidshow/2.jpg", "", "", "&#1662;&#1585;&#1587;&#1662;&#1608;&#1604;&#1740;&#1587;"],
		["slidshow/3.jpg", "", "", "&#1575;&#1585;&#1711; &#1576;&#1605;"],
		["slidshow/4.jpg", "", "", "&#1670;&#1594;&#1575;&#1586;&#1606;&#1576;&#1740;&#1604;"],
		["slidshow/5.jpg", "", "", "&#1576;&#1585;&#1580; &#1607;&#1575;&#1740; &#1582;&#1585;&#1602;&#1575;&#1606;"],
		["slidshow/6.jpg", "", "", "&#1575;&#1605;&#1575;&#1605; &#1585;&#1590;&#1575;"],
		["slidshow/7.jpg", "", "", "&#1605;&#1740;&#1583;&#1575;&#1606; &#1570;&#1586;&#1575;&#1583;&#1740;"],
		["slidshow/8.jpg", "", "", "&#1576;&#1585;&#1580; &#1605;&#1740;&#1604;&#1575;&#1583;"],
		["slidshow/9.jpg", "", "", "&#1581;&#1575;&#1601;&#1592; &#1588;&#1740;&#1585;&#1575;&#1586;&#1740;"],			
		["slidshow/10.jpg", "", "", "&#1779;&#1779; &#1662;&#1604; &#1575;&#1589;&#1601;&#1607;&#1575;&#1606;"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "peekaboo",
	togglerid: ""
})


