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('_single/trapsgewijs.jpg','Trapsgewijs',"trapsgewijs");
addPhoto('_single/naamloos.jpg','Naamloos',"naamloos");
addPhoto('_single/naamloos3.jpg','naamloos3',"naamloos3");
addPhoto('_single/gedriehoekt.jpg','Gedriehoekt',"gedriehoekt");
addPhoto('_single/goudenvierkanten.jpg','Goudenvierkanten',"goudenvierkanten");
addPhoto('_single/4a.jpg','4a',"4a");
addPhoto('_single/4b.jpg','4b',"4b");
addPhoto('_single/relief.jpg','relief',"relief");
addPhoto('_single/relief2.jpg','relief2',"relief2");




