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('MdmLin20_400.jpg',"MADAM LIN  <br>Wool and found objects<br> 21 x 3.5 in", "1");
addPhoto('LenaFront_400.jpg',"LENA  <br>Wool and found objects<br> 24 x 6 in", "2");
addPhoto('Syriana_400.jpg','SYRIANA <br> Wool and found objects <br>21 x 3.5 in',"3");
addPhoto('Belicia11_400.jpg','BELICIA <br> Wool and found objects <br>18 x 4 in',"4");
addPhoto('RomaniSide_400.jpg','ROMANI <br>  Wool and found objects <br>49 x 19 in <i>*Available</i>',"5a");
addPhoto('RomaniLength_400.jpg','ROMANI <br>  Wool and found object <br>249 x 19 in *Available',"5b");




