indexSeparator = ' | ';
var imgWidth=null;
var imgHeight=null;

// 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('images/2008/malaysia/IMG_3243.jpg','','1');
addPhoto('images/2008/malaysia/IMG_3253.jpg','','2');
addPhoto('images/2008/malaysia/IMG_3329.jpg','','3');
addPhoto('images/2008/malaysia/IMG_3310.jpg','','4');
addPhoto('images/2008/malaysia/IMG_3386.jpg','','5');
addPhoto('images/2008/malaysia/IMG_3420.jpg','','6');
addPhoto('images/2008/malaysia/IMG_3405.jpg','','7');
addPhoto('images/2008/malaysia/IMG_3406.jpg','','8');
addPhoto('images/2008/malaysia/IMG_2449.jpg','','9');
addPhoto('images/2008/malaysia/IMG_2450.jpg','','10');
addPhoto('images/2008/malaysia/IMG_2116.jpg','','11');
addPhoto('images/2008/malaysia/IMG_2098.jpg','','12');

