indexSeparator = ' | ';
var imgWidth=null;
var imgHeight=null;

// 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/2005/river-1.jpg','','1');
addPhoto('images/2005/river4.jpg','','2');
addPhoto('images/2005/river-6.jpg','','3');
addPhoto('images/2005/river-7.jpg','','4');
addPhoto('images/2005/river2.jpg','','5');
addPhoto('images/2005/river-5.jpg','','6');
