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/Low/UH60.jpg", "Australian Army Blackhawk");
addPhoto("images/Low/R34.jpg", "Nissan Skyline R34");
addPhoto("images/Low/MAJeep.jpg", "Willys MA Jeep");

