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('fullsize3/1.jpg','',"1");
addPhoto('fullsize3/4.jpg','',"2");
addPhoto('fullsize3/5.jpg','',"3");
addPhoto('fullsize3/9.jpg','',"4");
addPhoto('fullsize3/11.jpg','',"5");
addPhoto('fullsize3/12.jpg','',"6");


