// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeedLogo = 4500

// Duration of crossfade (seconds)
var crossFadeDurationLogo = 2

// Specify the image files
var PicLogo = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

PicLogo[0] = '../img/logo1.gif'
PicLogo[1] = '../img/logo2.gif'
PicLogo[2] = '../img/logo3.gif'