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('fullsize2/6.jpg','Rooftop',"1");
addPhoto('fullsize2/7.jpg','Rooftop',"2");



