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/gallery_hugo03.jpg','.',".");
addPhoto('images/gallery_hugo04.jpg','.',".");
addPhoto('images/gallery_hugo01.jpg','.',".");
addPhoto('images/gallery_hugo06.jpg','.',".");
addPhoto('images/gallery_hugo05.jpg','.',".");
addPhoto('images/gallery_barca2.jpg','.',".");
addPhoto('images/gallery_barca1.jpg','.',".");
addPhoto('images/gallery_barca3.jpg','.',".");
