indexSeparator = ' / ';
// Add one line per photo, using
//         addPhoto ('filename', 'caption', 'index text');
// The third parameter is optional and will default to the number
// of the photo if not provided.

addPhoto('image1.jpg',"Project Photo");
addPhoto('image2.jpg',"Project Photo");
addPhoto('image3.jpg',"Project Photo");
addPhoto('image4.jpg',"Project Photo");
addPhoto('image5.jpg',"Project Photo");
slideMode = Boolean(true);
slideDelay = 5;

