var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [250, 170], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/slide_img1.jpg", "", "", "<span class='desc'>Our connection with the environment is our first level of experience, and one of the most important. If our environment is clean and positive, it has a positive impact on all the other layers of our existence.<br /><a href='project.aspx#b'>Read more</a></span>"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [250, 170], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/img_rural.jpg", "", "", "<span class='desc'>The 5H program of the Art of Living aims that every village /rural area in the country has Homes for the Homeless, Healthcare, Hygiene, Human Values and Harmony in diversity.<br /><a href='project.aspx'>Read more</a></span>"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [249, 170], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/img_calamity.jpg", "", "", "<span class='desc'>Whatever we are committed to, it brings strength. If we are committed to society, you enjoy the support of society. - Sri Sri<br /><a href='project.aspx#c'>Read more</a></span>"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
	dimensions: [249, 170], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/img_education.jpg", "", "", "<span class='desc'>Every parent would like to have a child whose personality shines wherever the child goes. It is the personality that is appreciated everywhere. Such pleasing personality is what is the main aim of this education.<br /><a href='project.aspx#d'>Read more</a></span>"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow5", //ID of blank DIV on page to house Slideshow
	dimensions: [120, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/home_blurbs_04.jpg", "donate.aspx", "", ""],
		["images/donate_button.jpg", "donate.aspx", "", ""]
 //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
