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("gallery2/001_past.jpg", "past");
addPhoto("gallery2/001_present.jpg", "present");
addPhoto("gallery2/002.jpg", "lion sculpture in the lobby");
addPhoto("gallery2/003.jpg", "elevators");
addPhoto("gallery2/004.jpg", "");
addPhoto("gallery2/005.jpg", "");
addPhoto("gallery2/006.jpg", "");
addPhoto("gallery2/007.jpg", "");
addPhoto("gallery2/008.jpg", "");
addPhoto("gallery2/009.jpg", "");
addPhoto("gallery2/010.jpg", "");
