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/2008/cod_class/IMG_1352.jpg','','1');
addPhoto('images/2008/cod_class/IMG_1365.jpg','','2');
addPhoto('images/2008/cod_class/IMG_1397.jpg','','3');
addPhoto('images/2008/cod_class/IMG_0359.jpg','','4');
addPhoto('images/2008/cod_class/IMG_0355.jpg','','5');
addPhoto('images/2008/cod_class/IMG_1323.jpg','','6');
addPhoto('images/2008/cod_class/IMG_1332.jpg','','7');
addPhoto('images/2008/cod_class/IMG_1347.jpg','','8');
addPhoto('images/2008/cod_class/IMG_1325.jpg','','9');
addPhoto('images/2008/cod_class/IMG_1119.jpg','','10');
addPhoto('images/2008/cod_class/IMG_1022.jpg','','11');
addPhoto('images/2008/cod_class/IMG_1411.jpg','','12');
addPhoto('images/2008/cod_class/IMG_1486.jpg','','13');

