NumPics = 1; // number of pics to be displayed on page (this is the x in 'x of N')(drawn at random)
displayCaption = false;

// EDIT THIS ARRRAY TO INCLUDE THE SET OF ALL POTENTIAL IMAGES
theImages = new Array() // do not change this

// IMAGE NAMES ARRAY - relative path to images
// To add more image files, continue with the
// pattern below, adding to the array.
// PATTERN:
// theImages[x] = ['path to image', 'caption text'];

theImages[0]  = ['images/banner/banner_1_FR.jpg','1'];
theImages[1]  = ['images/banner/banner_2_FR.jpg','2'];
theImages[2]  = ['images/banner/banner_3_FR.jpg','3'];
theImages[3]  = ['images/banner/banner_4_FR.jpg','4'];
theImages[4]  = ['images/banner/banner_5_FR.jpg','5'];


