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('deconline1.jpg','');
addPhoto('deconline2.jpg','');
addPhoto('deconline3.jpg','');
addPhoto('deconline4.jpg','');
addPhoto('deconline5.jpg','');
addPhoto('deconline6.jpg','');
addPhoto('deconline7.jpg','');
addPhoto('deconline8.jpg','');

