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_1505.jpg',"","the bar");
addPhoto('../images/img_1508.jpg',"","clothing tables 1");
addPhoto('../images/img_1512.jpg',"","cleaning the carpark");
addPhoto('../images/img_1517.jpg',"","hanging pictures 1");
addPhoto('../images/img_1524.jpg',"","laying carpet 1");
addPhoto('../images/img_1526.jpg',"","laying carpet 2");
addPhoto('../images/img_1528.jpg',"","hanging pictures 2");
addPhoto('../images/img_1529.jpg',"","clothing tables 2");


