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 = "The Art of Dorothy Cannon"
var subTitle = "Self-portraits"
var URL = "index-self.htm"
var delay = "15000"
var BGCOLOR = "#f9f3e6"
var TEXT = "#000000"
var LINK = "#0066CC"
var VLINK = "#6666FF"
var ALINK = "#99FFFF"
var pageFontFamily = "font-family: Times New Roman;"
var pageFontSize = "font-size: large;"
var thumbFontFamily = "font-family: Times New Roman;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #000000";
var imageFontFamily = "font-family: Times New Roman;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #000000";
var rows = "9"
var columns = "1"
var thumbDB = new Array(
".././Thumb_IMG_6202.JPG",
".././Thumb_IMG_5799.JPG",
".././Thumb_IMG_5790.JPG",
".././Thumb_IMG_5708.JPG",
".././Thumb_IMG_5699.JPG",
".././Thumb_IMG_5691.JPG",
".././Thumb_IMG_5686.JPG",
".././Thumb_IMG_5173.JPG",
".././Thumb_IMG_4020.JPG"
)

var imageDB = new Array(
".././IMG_6202.JPG",
".././IMG_5799.JPG",
".././IMG_5790.JPG",
".././IMG_5708.JPG",
".././IMG_5699.JPG",
".././IMG_5691.JPG",
".././IMG_5686.JPG",
".././IMG_5173.JPG",
".././IMG_4020.JPG"
)
var thumbMetadataDB = new Array(
"",
"L-620",
"",
"",
"",
"",
"",
"",
"L-515",
"",
"",
"",
"",
"",
"",
"L-506",
"",
"",
"",
"",
"",
"",
"NTP-47",
"",
"",
"",
"",
"",
"",
"NTP-40",
"",
"",
"",
"",
"",
"",
"NTP-33",
"",
"",
"",
"",
"",
"",
"NTP-29-1",
"",
"",
"",
"",
"",
"",
"L-195",
"",
"",
"",
"",
"",
"",
"L-55",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"L-620",
"",
"",
"Watercolor, 9 x 12. Self-portrait.",
"",
"",
"",
"L-515",
"",
"",
"Palette slip, 12 x 18, ink on watercolor. Self-portrait. Slight paper discoloration & corner damage",
"",
"",
"",
"L-506",
"",
"",
"Pencil drawilng, 19 x 25. Self portrait.  Probably from art school. Severe edge damage. Moderate paper discoloration.  Very fragile.<BR>",
"",
"",
"",
"NTP-47",
"",
"",
"Pen & ink, 11 x 14. Self-portrait.",
"",
"",
"",
"NTP-40",
"",
"",
"Pen & pencil drawing, 11 x 14. Self-portrait.",
"",
"",
"",
"NTP-33",
"",
"",
"Pencil drawing, 11 x 14. Self-portrait.",
"",
"",
"",
"NTP-29-1",
"",
"",
"Pen & ink, 9 x 12. Self-portrait.",
"",
"",
"",
"L-195",
"",
"",
"Print, 6-3/4 x 8-3/4; self portrait. Smudged",
"",
"",
"",
"L-55",
"",
"",
"Oil on canvas on stretcher. Self portrait with sister Miriam. 20 x 24",
"",
""
)

