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/springer06.JPG','','<img src="images/tn_springer06.JPG">');
addPhoto('images/springer07.JPG','','<img src="images/tn_springer07.JPG">');
addPhoto('images/springer08.JPG','','<img src="images/tn_springer08.JPG">');
addPhoto('images/springer09.JPG','','<img src="images/tn_springer09.JPG">');
addPhoto('images/springer10.JPG','','<img src="images/tn_springer10.JPG">');

