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('LoversLeap_West500.JPG', '<b>Lovers Leap, North Fork American River (2009)</b>&nbsp;<br>', "1");
addPhoto('NF_AR_LLW3_400.JPG', '<b>Lovers Leap 2, North Fork American River (2009)</b>&nbsp;<br>', "2");
addPhoto('palisade_TH_400.JPG', '<b>Palisade Creek, North Fork American River (2009)</b>&nbsp;<br>', "3");
addPhoto('CodFishFallsSignReplaced_400.JPG', '<b>Cod Fish Falls, North Fork American River (2009)</b>&nbsp;<br>', "4");
addPhoto('SFAR1_400.JPG', '<b>Cronan Ranch, South Fork American River (2009)</b>&nbsp;<br>', "5");
addPhoto('CR_SFAR2_400.JPG', '<b>Cronan Ranch 2, South Fork American River (2009)</b>&nbsp;<br>', "6");
addPhoto('CR_Shed_400.JPG', '<b>Cronan Ranch, South Fork American River (2009)</b>&nbsp;<br>', "7");
addPhoto('CR_Llamas_400.JPG', '<b>Cronan Ranch Shed (2009)</b>&nbsp;<br>', "8");
addPhoto('DevilsPeakfromCascadeLakes2_400.JPG', '<b>Devils Peak from Cascade Lake (2009)</b>&nbsp;<br>', "9");
addPhoto('Iowa_Hill_Ditch_400.JPG', '<b>Iowa Hill Ditch Remnant (2009)</b>&nbsp;<br>', "10");
addPhoto('IHD_Bearing_Tree_400.JPG', '<b>Iowa Hill Ditch (Bearing Tree) (2009)</b>&nbsp;<br>', "11");
addPhoto('IHD_Section_Marker_400.JPG', '<b>Iowa Hill Ditch (Section Marker)</b>&nbsp;<br>', "12");
addPhoto('IHD_Tadpole_Creek_400.JPG', '<b>Iowa Hill Ditch Tadpole Creek (2009)</b>&nbsp;<br>', "13");
addPhoto('IHD_Wood_Nail_400.JPG', '<b>Iowa Hill Ditch (Nail in Wood) (2009)</b>&nbsp;<br>', "14");
addPhoto('Raymond_Peak_resize.JPG', '<b>Raymond Peak Panorama (2009)</b>&nbsp;<br>', "15");
addPhoto('lonely_highway_350.JPG', '<b>Lonely Highway 1 (2010)</b>&nbsp;<br>', "16");
addPhoto('lonely_highway2_350.JPG', '<b>Lonely Highway 2 (2010)</b>&nbsp;<br>', "17");
addPhoto('bonsai_rock_350.JPG', '<b>Bonsai Rock (2010)</b>&nbsp;<br>', "18");
addPhoto('sandstone_350.JPG', '<b>Sandstone (2010)</b>&nbsp;<br>', "19");



//addPhoto('scott.jpg','Scott ponders the waters.<br><br>Try clicking on the numbers in the index to jump to a particular picture. Note that you can specify the separator between index numbers.',"Scott");
//addPhoto('toby.jpg','Toby as a puppy. <br>Note that you can include <b><em>formatting</em></b> and <a href="http://www.web1marketing.com">links</a> in captions.',"Toby");



