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 = "January 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_135.JPG",
"./th_121.JPG",
"./th_123.JPG",
"./th_125.JPG",
"./th_126.JPG",
"./th_129.JPG",
"./th_131.JPG",
"./th_132.JPG",
"./th_136.JPG",
"./th_138.JPG",
"./th_140.JPG",
"./th_143.JPG"
)

var imageDB = new Array(
".././im_135.jpg",
".././im_121.jpg",
".././im_123.jpg",
".././im_125.jpg",
".././im_126.jpg",
".././im_129.jpg",
".././im_131.jpg",
".././im_132.jpg",
".././im_136.jpg",
".././im_138.jpg",
".././im_140.jpg",
".././im_143.jpg"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"Euphorbia micrantha<BR>*** Best Of Show ***",
"",
"",
"",
"",
"",
"",
"Haworthia limifolia variegata",
"",
"",
"",
"",
"",
"",
"Myrtillocalycium 'Polyp'",
"",
"",
"",
"",
"",
"",
"Haworthia variegata",
"",
"",
"",
"",
"",
"",
"Gasteria species variegated",
"",
"",
"",
"",
"",
"",
"Cereus peruvianus",
"",
"",
"",
"",
"",
"",
"Trichocereus huascha crested",
"",
"",
"",
"",
"",
"",
"Myrtillocactus geometricans crest",
"",
"",
"",
"",
"",
"",
"Pereskia aculeata",
"",
"",
"",
"",
"",
"",
"Pereskia grandifolia",
"",
"",
"",
"",
"",
"",
"Opuntia microdasys var. albispina",
"",
"",
"",
"",
"",
"",
"Opuntia papyracantha",
"",
""
)
var imageMetadataDB = new Array(
"",
"Euphorbia micrantha<BR>Rob Novelli<BR>JSI     *** Best Of Show ***",
"",
"",
"",
"",
"",
"",
"Haworthia limifolia variegata<BR>Chris Ripnak<BR>JVI (any variegated)	1st",
"",
"",
"",
"",
"",
"",
"Myrtillocalycium 'Polyp'<BR>Marion Novelli<BR>JVI (any variegated)	2nd",
"",
"",
"",
"",
"",
"",
"Haworthia variegata<BR>Chris Ripnak<BR>JVI (any variegated)	Honorable",
"",
"",
"",
"",
"",
"",
"Gasteria species variegated<BR>Steve Casebolt<BR>JVI (any variegated)	Honorable",
"",
"",
"",
"",
"",
"",
"Cereus peruvianus<BR>Rob Novelli<BR>JVI (any variegated)	3rd",
"",
"",
"",
"",
"",
"",
"Trichocereus huascha crested	<BR>Lee Garner<BR>JSCI (crested)	1st",
"",
"",
"",
"",
"",
"",
"Myrtillocactus geometricans crest<BR>Rob Novelli<BR>JSCI (crested)	2nd",
"",
"",
"",
"",
"",
"",
"Pereskia aculeata<BR>Lee Garner<BR>JCI 	3rd",
"",
"",
"",
"",
"",
"",
"Pereskia grandifolia<BR>Ann Leipold<BR>JCI	1st",
"",
"",
"",
"",
"",
"",
"Opuntia microdasys var. albispina<BR>Lee Garner<BR>JCI	Honorable",
"",
"",
"",
"",
"",
"",
"Opuntia papyracantha (Tephrocactus articulatus var. papyracanthus)<BR>Lee Garner<BR>JCI	2nd",
"",
"",
"",
"",
""
)

