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/HOME/H1.gif',"Welcome to Smith Industries.");
addPhoto('images/HOME/H2.gif','Thats way up there',"Eddie");
addPhoto('images/HOME/H3.gif','New truck for Smith Industries',"Rick");
