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 = "HH-Pattern"
var subTitle = "All rights reserved c 2010 Risantex Ltd."
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#FFFFFF"
var TEXT = "#663300"
var LINK = "#FFFFFF"
var VLINK = "#DCDCDC"
var ALINK = "#DCDCDC"
var pageFontFamily = "font-family: Times New Roman;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: small;"
var thumbFontColor = "color: #669966";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #669966";
var rows = "8"
var columns = "6"
var thumbDB = new Array(
"./Thumb_HH-1132300-CHARCOAL.JPG",
"./Thumb_HH-1132300-LT.GREY.JPG",
"./Thumb_HH-APGL-SWTR.JPG",
"./Thumb_HH-SL-7662.JPG",
"./Thumb_HH-SL-7672.JPG",
"./Thumb_HH-SL-7679.JPG",
"./Thumb_HH-SL-7714.JPG",
"./Thumb_HH-SL-7716.JPG",
"./Thumb_HH-SL-7724.JPG",
"./Thumb_HH-SL-7727.JPG",
"./Thumb_HH-SL-7740.JPG"
)

var imageDB = new Array(
".././HH-1132300-CHARCOAL.JPG",
".././HH-1132300-LT.GREY.JPG",
".././HH-APGL-SWTR.JPG",
".././HH-SL-7662.JPG",
".././HH-SL-7672.JPG",
".././HH-SL-7679.JPG",
".././HH-SL-7714.JPG",
".././HH-SL-7716.JPG",
".././HH-SL-7724.JPG",
".././HH-SL-7727.JPG",
".././HH-SL-7740.JPG"
)
var thumbMetadataDB = new Array(
"HH-1132300-CHARCOAL.JPG",
"",
"",
"",
"",
"",
"",
"HH-1132300-LT.GREY.jpg",
"",
"",
"",
"",
"",
"",
"HH-APGL-SWTR.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7662.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7672.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7679.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7714.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7716.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7724.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7727.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7740.JPG",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"HH-1132300-CHARCOAL.JPG",
"",
"",
"",
"",
"",
"",
"HH-1132300-LT.GREY.jpg",
"",
"",
"",
"",
"",
"",
"HH-APGL-SWTR.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7662.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7672.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7679.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7714.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7716.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7724.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7727.JPG",
"",
"",
"",
"",
"",
"",
"HH-SL-7740.JPG",
"",
"",
"",
"",
"",
""
)

