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('_multiple/3x30x30.jpg','3x30x30',"3x30x30");
addPhoto('_multiple/gestreept2.jpg','gestreept2',"gestreept2");
addPhoto('_multiple/naamloos2.jpg','naamloos2',"naamloos2");
addPhoto('_multiple/fcu.jpg','fcu',"fcu");
addPhoto('_multiple/no5.jpg','no5',"no5");
addPhoto('_multiple/zandloper.jpg','zandloper',"zandloper");
addPhoto('_multiple/2luikje.jpg','2luikje',"2luikje");
addPhoto('_multiple/vierkantig.jpg','vierkantig',"vierkantig");
addPhoto('_multiple/gestreept1.jpg','gestreept1',"gestreept1");
addPhoto('_multiple/detail1.jpg','detail1',"detail1");
addPhoto('_multiple/detail2.jpg','detail2',"detail2");




