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('Dining10.jpg','');
addPhoto('Dining11.jpg','');
addPhoto('Dining12.jpg','');
addPhoto('Dining13.jpg','');


