// =======================================
// 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] = '/wp-content/themes/leprive/images/observer.gif'
Pic[1] = '/wp-content/themes/leprive/images/ecouter.gif'
Pic[2] = '/wp-content/themes/leprive/images/analyser.gif'
Pic[3] = '/wp-content/themes/leprive/images/pressentir.gif'
Pic[4] = '/wp-content/themes/leprive/images/agir.gif'

