// JavaScript Document

/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

var mygallery=new fadeSlideShow({
	wrapperid: "slideshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [324, 243], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/content/EverythingDiSC.jpg", "resources.php#DISC", "_self"],
		["images/content/edap.jpg", "resources.php#edap", "_self"],
		["images/content/mresourcepic.gif", "resources.php#MRK", "_self"],
		["images/content/TIPS-sidebyside-small.gif", "resources.php#TIPS", "_self"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2000, cycles:0, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand"
})


var mygallery2=new fadeSlideShow({
	wrapperid: "slideshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [400, 243], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/content/QPPS.jpg", "services.php#QPPS", "_self"],
		["images/content/Performance-Improve-Art.jpg", "services.php#PICT", "_self"],
		["images/content/Facilitated-Mentoring-Art.jpg", "services.php#FMMP", "_self"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 750, //transition duration (milliseconds)
	descreveal: "ondemand"
})
