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 = "April 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_PCSS0409-05.JPG",
"./th_PCSS0409-04.JPG",
"./th_PCSS0409-02.JPG",
"./th_PCSS0409-08.JPG",
"./th_PCSS0409-13.JPG",
"./th_PCSS0409-14.JPG",
"./th_PCSS0409-09.JPG",
"./th_PCSS0409-22.JPG",
"./th_PCSS0409-16.JPG",
"./th_PCSS0409-25.JPG",
"./th_PCSS0409-19.JPG",
"./th_PCSS0409-27.JPG"
)

var imageDB = new Array(
".././im_PCSS0409-05.jpg",
".././im_PCSS0409-04.jpg",
".././im_PCSS0409-02.jpg",
".././im_PCSS0409-08.jpg",
".././im_PCSS0409-13.jpg",
".././im_PCSS0409-14.jpg",
".././im_PCSS0409-09.jpg",
".././im_PCSS0409-22.jpg",
".././im_PCSS0409-16.jpg",
".././im_PCSS0409-25.jpg",
".././im_PCSS0409-19.jpg",
".././im_PCSS0409-27.jpg"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"Gymnocalycium mihanovichii 'Cristata' Nishiki",
"",
"",
"",
"",
"",
"",
"Gymnocalycium mihanovichii var. friedrichii",
"",
"",
"",
"",
"",
"",
"Rebutia flavistyla",
"",
"",
"",
"",
"",
"",
"Gymnocalycium pflanzii",
"",
"",
"",
"",
"",
"",
"Echeveria agavoides crest",
"",
"",
"",
"",
"",
"",
"Echeveria agavoides 'Mahogany'",
"",
"",
"",
"",
"",
"",
"Echeveria spp.",
"",
"",
"",
"",
"",
"",
"Jovibarba sobolifera",
"",
"",
"",
"",
"",
"",
"Echeveria leucotricha",
"",
"",
"",
"",
"",
"",
"Sedum pachyphytum",
"",
"",
"",
"",
"",
"",
"Crassula perfoliata",
"",
"",
"",
"",
"",
"",
"Edithcolea grandis",
"",
""
)
var imageMetadataDB = new Array(
"",
"Gymnocalycium mihanovichii 'Cristata' Nishiki<BR>Jerry Resnick<BR>*** Best in Show *** Cacti, Large",
"",
"",
"",
"",
"",
"",
"Gymnocalycium mihanovichii var. friedrichii<BR>Jerry Resnick<BR>Second Place  Cacti, Large",
"",
"",
"",
"",
"",
"",
"Rebutia flavistyla<BR>Jerry Resnick<BR>Third Place  Cacti, Large",
"",
"",
"",
"",
"",
"",
"Gymnocalycium pflanzii<BR>Ann Leipold<BR>First Place  Cacti, Med",
"",
"",
"",
"",
"",
"",
"Echeveria agavoides crest<BR>Rob Novelli<BR>First Place  Succulent, Med.",
"",
"",
"",
"",
"",
"",
"Echeveria agavoides 'Mahogany'<BR>Rob Novelli<BR>Second Place  Succulent, Med.",
"",
"",
"",
"",
"",
"",
"Echeveria spp.<BR>Lee Garner<BR>Third Place  Succulent, Med.",
"",
"",
"",
"",
"",
"",
"Jovibarba sobolifera (a.k.a J. globifera)<BR>Robert Gorelick<BR>First Place  Succulent, Small",
"",
"",
"",
"",
"",
"",
"Echeveria leucotricha<BR>Lee Garner<BR>Second Place  Succulent, Small",
"",
"",
"",
"",
"",
"",
"Sedum pachyphytum<BR>Lee Garner<BR>Third Place  Succulent, Small",
"",
"",
"",
"",
"",
"",
"Crassula perfoliata<BR>Lee Garner<BR>Honor  Succulent, Small",
"",
"",
"",
"",
"",
"",
"Edithcolea grandis<BR>Ann Leipold<BR>First Place  Special ",
"",
"",
"",
"",
""
)

