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('D85835_5.JPG','Welcome to Photo Viewer','1');
addPhoto('D85835_4.JPG','Caption2 ' ,"2");
addPhoto('D85835_3.JPG','Caption 3',"3");
addPhoto('D85835_2.JPG','Caption 4',"4");
addPhoto('D85835_1.JPG','Caption 5',"5");
