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('condo/pic1.jpg',"Entrance area");
addPhoto('condo/pic2.jpg',"Building is\n similar to this  ");
addPhoto('condo/pic3.jpg',"Kitchen");
addPhoto('condo/pic4.jpg',"Living Room");

addPhoto('condo/pic5.jpg',"Guest Room");
addPhoto('condo/pic6.jpg',"Golf Course");
addPhoto('condo/pic7.jpg',"Pool");

