
/***********************************************
* 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: "fadeshow1", //ID of blank DIV on page to house Slideshow
		dimensions: [100, 60], //width/height of gallery in pixels. Should reflect dimensions of largest image
		imagearray: [
			["img/logos/projets/BallastNedam.png", "http://www.ballast-nedam.nl/", "_new", ""],
			["img/logos/projets/BAM.png", "http://www.bam.nl/portalen/koninklijkebam_nl/Homepage/index.jsp", "_new", ""],
			["img/logos/projets/Ekopod.png", "http://www.ekopodpower.com/ekopod-why.html", "_new", ""],
			["img/logos/projets/firmenich.png", "http://www.firmenich.com/", "_new", ""],
			["img/logos/projets/Kavel.png", "http://www.kavel-vastgoed.nl/", "_new", ""],
			["img/logos/projets/NBad.png", "http://www.nbadsuisse.ch/", "_new", ""],
			["img/logos/projets/NBK.png", "http://www.nbkswiss.com/wealth_mgmt.php?s=nbk", "_new", ""],
			["img/logos/projets/RET.png", "", "_new", ""],
			["img/logos/projets/roel.png", "http://www.roelvantour.com/omar", "_new", ""],
			["img/logos/projets/SecurArchiv.png", "http://www.securarchiv.ch/archivestoremngt.php", "_new", ""],
			["img/logos/projets/StopPartnership.png", "http://www.stoptb.org/", "_new", ""],
			["img/logos/projets/SV.png", "http://www.sv.nl/Maatwerk/meubelen/Default.aspx?fID=7238&CatId=29", "_new", ""],
			["img/logos/projets/WHO.png", "http://www.who.int/en/", "_new", ""]
		],
		displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
		persist: false, //remember last viewed slide and recall within same session?
		fadeduration: 500, //transition duration (milliseconds)
		descreveal: "ondemand",
		togglerid: ""
	})
	
	var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [100, 60], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["img/logos/agences/atta.png", "http://atta.ch", "_new", ""],
		["img/logos/agences/fabrique.png", "http://www.fabrique.nl/", "_new", ""],
		["img/logos/agences/gyro.png", "http://www.gyrohsr.com/", "_new", ""],
		["img/logos/agences/ParentiDesignSarl.png", "http://www.parentidesign.com/", "_new", ""],
		["img/logos/agences/RDI.png", "http://www.radio-canada.ca/rdi/", "_new", ""],
		["img/logos/agences/SaatchiSaatchi.png", "http://www.saatchi-ch.com/", "_new", ""],
		["img/logos/agences/studioDumbar.png", "http://www.studiodumbar.com/main.php", "_new", ""],
		["img/logos/agences/YR.png", "http://www.yr.com/", "_new", ""]
	],
	displaymode: {type:'auto', pause:10000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: "fadeshow2toggler"
})

