var firstMouseOverText = "Click this button to go to the first image."
var previousMouseOverText = "Click this button to go to the previous image."
var urlMouseOverText = "Click this button to go the the start of the album."
var nextMouseOverText = "Click this button to go to the next image."
var lastMouseOverText = "Click this button to go to the last image."
var stopMouseOverText = "Click this button to stop the slideshow."
var playMouseOverText = "Click this button to start the slideshow."
var title = "Philadelphia Cactus and Succulent Society"
var subTitle = "February 2009"
var URL = "index.htm"
var delay = "4000"
var BGCOLOR = "#999999"
var TEXT = "#006600"
var LINK = "#FFFFFF"
var VLINK = "#DCDCDC"
var ALINK = "#DCDCDC"
var pageFontFamily = "font-family: Tahoma;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Tahoma;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #000000";
var imageFontFamily = "font-family: Tahoma;"
var imageFontSize = "font-size: large;"
var imageFontColor = "color: #006600";
var rows = "100"
var columns = "3"
var thumbDB = new Array(
"./th_144.JPG",
"./th_148.JPG",
"./th_146.JPG",
"./th_100.JPG",
"./th_104.JPG",
"./th_105.JPG",
"./th_106.JPG",
"./th_108.JPG",
"./th_113.JPG",
"./th_115.JPG",
"./th_118.JPG",
"./th_150.JPG",
"./th_153.JPG",
"./th_154.JPG"
)

var imageDB = new Array(
".././im_144.JPG",
".././im_148.JPG",
".././im_146.JPG",
".././im_100.JPG",
".././im_104.JPG",
".././im_105.JPG",
".././im_106.JPG",
".././im_108.JPG",
".././im_113.JPG",
".././im_115.JPG",
".././im_118.JPG",
".././im_150.JPG",
".././im_153.JPG",
".././im_154.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"Melocactus matanzanus<BR>Astrophytum asterias<BR>*** Best Of Show ***",
"",
"",
"",
"",
"",
"",
"Euphorbia milii crested<BR>Monadenium ellenbeckii<BR> ",
"",
"",
"",
"",
"",
"",
"Tylecodon reticulatus<BR>Crassula ovata 'Gollum'<BR> ",
"",
"",
"",
"",
"",
"",
"Eriosyce taltalensis ssp. Taltalensis",
"",
"",
"",
"",
"",
"",
"Copiapoa tenuissima",
"",
"",
"",
"",
"",
"",
"Frailea castanea",
"",
"",
"",
"",
"",
"",
"Eriosyce taltalensis ",
"",
"",
"",
"",
"",
"",
"Euphorbia leuconeura",
"",
"",
"",
"",
"",
"",
"Euphorbia suzannae x bupleurifolia",
"",
"",
"",
"",
"",
"",
"Euphorbia bupleurifolia",
"",
"",
"",
"",
"",
"",
"Euphorbia decaryi spirosticha",
"",
"",
"",
"",
"",
"",
"Haworthia truncata variegata<BR>Gasteria nitida v. armstrongii",
"",
"",
"",
"",
"",
"",
"Haworthia emelyae<BR>Gasteria elaphieae",
"",
"",
"",
"",
"",
"",
"Aloe parvula<BR>Boweia volubilis",
"",
""
)
var imageMetadataDB = new Array(
"",
"Melocactus matanzanus / Astrophytum asterias<BR>Rob Novelli<BR>FDII	Best in Show (for Melocactus matanzanus)",
"",
"",
"", 
"",
"",
"",
"Euphorbia milii crested / Monadenium ellenbeckii<BR>Lee Garner<BR>FDII	2nd",
"",
"",
"",
"",
"",
"",
"Tylecodon reticulatus / Crassula ovata 'Gollum'<BR>Thomas Preterati<BR>FDII	3rd",
"",
"",
"",
"",
"",
"",
"Eriosyce taltalensis ssp. Taltalensis<BR>Thomas Preterati<BR>FCII	1st",
"",
"",
"",
"",
"",
"",
"Copiapoa tenuissima<BR>Steve Casebolt<BR>FCI	1st",
"",
"",
"",
"",
"",
"",
"Frailea castanea<BR>Rob Novelli<BR>FCI 	2nd",
"",
"",
"",
"",
"",
"",
"Eriosyce taltalensis <BR>Steve Casebolt<BR>FCI	3rd",
"",
"",
"",
"",
"",
"",
"Euphorbia leuconeura<BR>name on entry	<BR>FSI	Honorable",
"",
"",
"",
"",
"",
"",
"Euphorbia suzannae x bupleurifolia<BR>Lee Garner<BR>FSI	2nd",
"",
"",
"",
"",
"",
"",
"Euphorbia bupleurifolia<BR>Steve Casebolt<BR>FSI	3rd",
"",
"",
"",
"",
"",
"",
"Euphorbia decaryi spirosticha<BR>Ann Leipold<BR>FSI	1st",
"",
"",
"",
"",
"",
"",
"Haworthia truncata variegata / Gasteria nitida v. armstrongii<BR>Thomas Preterati<BR>FDI 	2nd",
"",
"",
"",
"",
"",
"",
"Haworthia emelyae / Gasteria elaphieae<BR>Steve Casebolt<BR>FDI	1st",
"",
"",
"",
"",
"",
"",
"Aloe parvula / Boweia volubilis<BR>Rob Novelli<BR>FDI	3rd",
"",
"",
"",
"",
""
)

