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 = "Spectrum21"
var subTitle = "Photos by Tanya Lin Jaffe"
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#000000"
var TEXT = "#FFFFFF"
var LINK = "#000000"
var VLINK = "#141414"
var ALINK = "#141414"
var pageFontFamily = "font-family: Arial Baltic;"
var pageFontSize = "font-size: large;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #FFFFFF";
var imageFontFamily = "font-family: Arial Baltic;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #FFFFFF";
var rows = "1"
var columns = "9"
var thumbDB = new Array(
".././Thumb_InSearchofFertility10.JPG",
".././Thumb_InSearchofFertility01.JPG",
".././Thumb_InSearchofFertility05.JPG",
".././Thumb_InSearchofFertility06.JPG",
".././Thumb_InSearchofFertility09.JPG",
".././Thumb_InSearchofFertility11.JPG",
".././Thumb_InSearchofFertility13.JPG",
".././Thumb_InSearchofFertility15a.JPG",
".././Thumb_InSearchofFertility15.JPG"
)

var imageDB = new Array(
".././Image_InSearchofFertility10.JPG",
".././Image_InSearchofFertility01.JPG",
".././Image_InSearchofFertility05.JPG",
".././Image_InSearchofFertility06.JPG",
".././Image_InSearchofFertility09.JPG",
".././Image_InSearchofFertility11.JPG",
".././Image_InSearchofFertility13.JPG",
".././Image_InSearchofFertility15a.JPG",
".././Image_InSearchofFertility15.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"In Search of Fertility 10",
"",
"",
"",
"",
"",
"",
"In Search of Fertility 01",
"",
"",
"",
"",
"",
"",
"In Search of Fertility 05",
"",
"",
"",
"",
"",
"",
"In Search of Fertility 06",
"",
"",
"",
"",
"",
"",
"In Search of Fertility 09",
"",
"",
"",
"",
"",
"",
"In Search of Fertility 11",
"",
"",
"",
"",
"",
"",
"In Search of Fertility 13",
"",
"",
"",
"",
"",
"",
"In Search of Fertility 15",
"",
"",
"",
"",
"",
"",
"In Search of Fertility 15",
"",
"",
"",
"",
""
)
