indexSeparator = '&nbsp;';
// 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/photos/pau/01.jpg', "");
addPhoto('img/photos/pau/02.jpg', "");
addPhoto('img/photos/pau/03.jpg', "");
addPhoto('img/photos/pau/04.jpg', "");
addPhoto('img/photos/pau/05.jpg', "");
addPhoto('img/photos/pau/06.jpg', "");
addPhoto('img/photos/pau/07.jpg', "");
addPhoto('img/photos/pau/08.jpg', "");
addPhoto('img/photos/pau/09.jpg', "");
addPhoto('img/photos/pau/10.jpg', "");

