
var pageTitle = "River Training Photos";
var  subTitle = "June 2004";
var    author = "Joe Pylka";

var maxWidth  = 400;
var maxHeight = 400;

var imgNum = 0;  // opening image displayed
	
var imgName  = new Array;
var imgThumb = new Array;
var imgText  = new Array;

// For each photo enter the following information:
//   (a) file name of photo (imgName),
//   (b) file name of thumbnail (imgThumb), and
//   (c) short text description of photo (imgText).

   imgName [0]  = "Class-of-2004.jpg"
   imgThumb[0]  = "thumbnails/Class-of-2004.jpg"
   imgText [0]  = "Class of 2004"

   imgName [1]  = "Denis-making-the-presentation.jpg"
   imgThumb[1]  = "thumbnails/Denis-making-the-presentation.jpg"
   imgText [1]  = "Denis presents plaques to Dalton and Ken"

   imgName [2]  = "dalton-receiving-plaque.jpg"
   imgThumb[2]  = "thumbnails/dalton-receiving-plaque.jpg"
   imgText [2]  = "Dalton receiving plaque"

   imgName [3]  = "Ken-Dalton-with-plaques.jpg"
   imgThumb[3]  = "thumbnails/Ken-Dalton-with-plaques.jpg"
   imgText [3]  = "Ken and Dalton display plaques"

   imgName [4]  = "P6120015.jpg"
   imgThumb[4]  = "thumbnails/P6120015.jpg"
   imgText [4]  = "Practicing strokes on land"

   imgName [5] = "P6130006.jpg"
   imgThumb[5] = "thumbnails/P6130006.jpg"
   imgText [5] = "Some instruction before hitting the water"

   imgName [6] = "Tie-Down-Procedures.jpg"
   imgThumb[6] = "thumbnails/Tie-Down-Procedures.jpg"
   imgText [6] = "Tie down procedures"

   imgName [7] = "Dalton-demoing-a-Ferry.jpg"
   imgThumb[7] = "thumbnails/Dalton-demoing-a-Ferry.jpg"
   imgText [7] = "Dalton demos a ferry"



