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/img_1356.jpg',"","Main hall 1");
addPhoto('../images/img_1359.jpg',"","Pool room");
addPhoto('../images/img_1361.jpg',"","Main hall 2");
addPhoto('../images/img_1370.jpg',"","Main hall 3");
addPhoto('../images/img_1371.jpg',"","Main hall 4");
addPhoto('../images/img_1372.jpg',"","Main hall 5");
addPhoto('../images/img_1373.jpg',"","Main hall 6");


