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('fullsize/11.jpg','Mabuhay Room',"1");
addPhoto('fullsize/dlxtdbl.jpg','De Luxe Double',"2");
addPhoto('fullsize/dlxtwin.jpg','De Luxe Twin',"3");
addPhoto('fullsize/dlxsupreme.jpg','De Luxe Supreme',"4");
addPhoto('fullsize/familyrm.jpg','Family Room',"5");