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("images/Arch/Boardroom.jpg", "Boardroom");
addPhoto("images/Arch/Kitchen1.jpg", "Kitchen");
addPhoto("images/Arch/Kitchen2.jpg", "Kitchen");
addPhoto("images/Arch/Prison.jpg", "Prison Cell Block");
addPhoto("images/Arch/Castle.jpg", "Castle");

