﻿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('cranesinsnow4.jpg','Three Cranes in Snow<br>24x36 oil on canvas');
addPhoto('Giraffe1.jpg','Giraffe<br>32x72 oil on panel');
addPhoto('Giraffebabydetail2.jpg','Giraffe detail');
addPhoto('Giraffedetail3.jpg','Giraffe detail');

