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/springer01.JPG','','<img src="images/tn_springer01.JPG">');
addPhoto('images/springer02.JPG','','<img src="images/tn_springer02.JPG">');
addPhoto('images/springer03.JPG','','<img src="images/tn_springer03.JPG">');
addPhoto('images/springer04.JPG','','<img src="images/tn_springer04.JPG">');
addPhoto('images/springer05.JPG','','<img src="images/tn_springer05.JPG">');
