// 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

max03 = 0;
file03 = [];
desc03 = [];

file03[++max03] = "tulips1.jpg";
desc03[max03] = "<I>Tulips #1</I> - Print on Canvas - 11 x 14 - $125";
file03[++max03] = "daylily1.jpg";
desc03[max03] = "<I>Daylily #1</I> - Print on Canvas - 11 x 14 - $125";
file03[++max03] = "chihuly_glass.jpg";
desc03[max03] = "<I>Chihuly Glass</I> - The riot of colors in the Chihuly glass piece at the Milwaukee Art Museum never fails to draw my attention - Framed Print - 8 x 10 - $100";
file03[++max03] = "alone_in_the_green.jpg";
desc03[max03] = "<I>Alone in the Green</I> - The Tulip photo's background is what appeals to me. I like the softness of the green - Framed Print - 8 x 10 - $100";
file03[++max03] = "strangely_beautiful.jpg";
desc03[max03] = "<I>Strangely Beautiful</I> - This spider photo appeals to me and always draws me into looking at it. I find it to be Strangely Beautiful - Framed Print - 8 x 10 - $100";


