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("gallery1/001_past.jpg", "past");
addPhoto("gallery1/001_present.jpg", "present");
addPhoto("gallery1/002_past.jpg", "past");
addPhoto("gallery1/002_present.jpg", "present");
addPhoto("gallery1/003_past.jpg", "past");
addPhoto("gallery1/003_present.jpg", "present");
addPhoto("gallery1/004_past.jpg", "past");
addPhoto("gallery1/004_present.jpg", "present");
addPhoto("gallery1/005_past.jpg", "past");
addPhoto("gallery1/005_present.jpg", "present");
addPhoto("gallery1/006_past.jpg", "past");
addPhoto("gallery1/006_present.jpg", "present");
addPhoto("gallery1/007_past.jpg", "past");
addPhoto("gallery1/007_present.jpg", "present");
