// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 5000

// Duration of crossfade (seconds)
var crossFadeDuration = 2

// Specify the image files
var Pic = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = '/img/observer.gif'
Pic[1] = '/img/ecouter.gif'
Pic[2] = '/img/analyser.gif'
Pic[3] = '/img/pressentir.gif'
Pic[4] = '/img/agir.gif'