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/plans/mp1.gif','Click above, below, or use arrows to view additional<br /> Master Plans.',"1");
addPhoto('/images/plans/mp2.gif','Click above, below, or use arrows to view additional<br /> Master Plans.',"2");
addPhoto('/images/plans/mp3.gif','Click above, below, or use arrows to view additional<br /> Master Plans.',"3");
addPhoto('/images/plans/mp4.gif','Click above, below, or use arrows to view additional<br /> Master Plans.',"4");
addPhoto('/images/plans/mp5.gif','Click above, below, or use arrows to view additional<br /> Master Plans.',"5");
addPhoto('/images/plans/mp6.gif','Click above, below, or use arrows to view additional<br /> Master Plans.',"6");
addPhoto('/images/plans/mp7.gif','Click above, below, or use arrows to view additional<br /> Master Plans.',"7");
addPhoto('/images/plans/mp8.gif','Click above, below, or use arrows to view additional<br /> Master Plans.',"8");
