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('../images/big1.jpg', '', '<img src="../images/thum1.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;margin-left:5px;margin-top:5px;">');
addPhoto('../images/big2.jpg', '', '<img src="../images/thum2.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;">');
addPhoto('../images/big3.jpg', '', '<img src="../images/thum3.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;">');
addPhoto('../images/big4.jpg', '', '<img src="../images/thum4.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;">');
addPhoto('../images/big5.jpg','',  '<img src="../images/thum5.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;margin-left:5px;">');
addPhoto('../images/big6.jpg', '', '<img src="../images/thum6.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;">');
//addPhoto('../images/big7.jpg', '', '<img src="../images/thum7.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;">');
addPhoto('../images/big8.jpg', '', '<img src="../images/thum8.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;">');
addPhoto('../images/big9.jpg', '', '<img src="../images/thum9.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;">');
addPhoto('../images/big10.jpg', '', '<img src="../images/thum10.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;margin-left:5px;">');
addPhoto('../images/big11.jpg', '', '<img src="../images/thum11.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;">');
//addPhoto('../images/big12.jpg', '', '<img src="../images/thum12.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;">');
//addPhoto('../images/big13.jpg','',  '<img src="../images/thum13.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;margin-left:5px;">');
addPhoto('../images/big14.jpg', '', '<img src="../images/thum14.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;">');
addPhoto('../images/big15.jpg', '', '<img src="../images/thum15.jpg" alt="" width="50" height="42" border="0" style="margin-bottom:3px;">')
//addPhoto('../images/photo_big6.jpg', '', '<img src="../images/thum1.jpg" alt="" width="50" height="42" border="0" style="margin-right:10px;margin-bottom:10px;">');
//addPhoto('../images/photo_big17.jpg', '', '<img src="../images/thum1.jpg" alt="" width="50" height="42" border="0" style="margin-right:10px;margin-bottom:10px;">');
//addPhoto('../images/photo_big10.jpg', '', '<img src="../images/thum1.jpg" alt="" width="50" height="42" border="0" style="margin-right:10px;margin-bottom:10px;">');


