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('/img/viewer/office_01.jpg', '');
addPhoto('/img/viewer/office_04a.jpg', '');
addPhoto('/img/viewer/office_04b.jpg', '');
addPhoto('/img/viewer/office_02.jpg', '');
addPhoto('/img/viewer/office_03.jpg', '');
addPhoto('/img/viewer/office_04.jpg', '');
addPhoto('/img/viewer/office_05.jpg', '');

