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/Char/Police.jpg", "Police Officer");
addPhoto("images/Char/Noodie.jpg", "'Noodie' - Commissioned By Link Web Services");
addPhoto("images/Char/OldMan.jpg", "Old Man");
addPhoto("images/Char/Head.jpg", "Close Up Head");
addPhoto("images/Char/Scorpion.jpg", "Scorpion");
addPhoto("images/Char/LPRobot.jpg", "Low Poly Robot");
addPhoto("images/Char/LPHuman.jpg", "Low Poly Human");

