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/gallery_mano.jpg','.',".");
addPhoto('images/gallery_sideshore.jpg','.',".");
addPhoto('images/gallery_monica.jpg','.',".");
addPhoto('images/gallery_sideshore_mic.jpg','.',".");
addPhoto('images/gallery_mano_guitars.jpg','.',".");
addPhoto('images/gallery_sideshore_turntable.jpg','.',".");
