// photoindex.js - list of photo file names and descriptions
// The thumbnail file name is THphotofilename  THphoto1.jpg is thumbnail for photo1.jpg
// Album number on field names allows a single web page to load indexes for multiple albums
// The order of the entries in this file determines the order of the images in gallery and slide show
// A single photo may appear multiple times with the same or different description.
// May include HTML format tags such as <I>italic</I> in descriptions

max02 = 0;
file02 = [];
desc02 = [];

file02[++max02] = "Art_Show_July_2009_01.jpg";
desc02[max02] = "Summer Series - Sweet Lips Gallery - July 2009";
file02[++max02] = "Art_Show_July_2009_02.jpg";
desc02[max02] = "Summer Series - Sweet Lips Gallery - July 2009";
file02[++max02] = "Art_Show_July_2009_03.jpg";
desc02[max02] = "Summer Series - Sweet Lips Gallery - July 2009";
file02[++max02] = "Art_Show_July_2009_04.jpg";
desc02[max02] = "Summer Series - Sweet Lips Gallery - July 2009";
file02[++max02] = "Art_Show_July_2009_05.jpg";
desc02[max02] = "Summer Series - Sweet Lips Gallery - July 2009";
file02[++max02] = "Art_Show_July_2009_06.jpg";
desc02[max02] = "Summer Series - Sweet Lips Gallery - July 2009";
file02[++max02] = "Art_Show_July_2009_07.jpg";
desc02[max02] = "Summer Series - Sweet Lips Gallery - July 2009";
file02[++max02] = "Art_Show_July_2009_08.jpg";
desc02[max02] = "Summer Series - Sweet Lips Gallery - July 2009";
file02[++max02] = "Art_Show_July_2009_09.jpg";
desc02[max02] = "Summer Series - Sweet Lips Gallery - July 2009";
file02[++max02] = "Art_Show_July_2009_10.jpg";
desc02[max02] = "Summer Series - Sweet Lips Gallery - July 2009";




