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('galerie/cosmebio.jpg','test',"Toby");
addPhoto('galerie/tournesols.jpg','test',"Toby");
addPhoto('galerie/TB15.jpg','test',"Toby");
addPhoto('galerie/fruits_legumes.jpg','test',"Toby");
