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 = "àÊ×èÍ¹éÓÁÑ¹ àÊ×èÍâ¿ÁÍÂèÒ§Ë¹Ò 1.2 ÁÔÅ àÊ×èÍâ¿Á¹ÔèÁ "
var subTitle = "Ê. à¨ÃÔ­ÇÑ²¹ì¾ÅÒÊµÔ¡ 02-2227624, 0816550604"
var URL = "index.htm"
var delay = "2000"
var BGCOLOR = "#FFFFFF"
var TEXT = "#000000"
var LINK = "#FFFFFF"
var VLINK = "#DCDCDC"
var ALINK = "#DCDCDC"
var pageFontFamily = "font-family: Arial;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #993300";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #CC0033";
var rows = "3"
var columns = "3"
var thumbDB = new Array(
"./Thumb_888.JPG",
"./Thumb_6311C.JPG",
"./Thumb_9506-2.JPG",
"./Thumb_9506-4.JPG",
"./Thumb_9507-9.JPG",
"./Thumb_9507-10.JPG",
"./Thumb_9509-9.JPG",
"./Thumb_9509-10.JPG",
"./Thumb_9510-9.JPG"
)

var imageDB = new Array(
".././888.jpg",
".././6311C.jpg",
".././9506-2.jpg",
".././9506-4.jpg",
".././9507-9.jpg",
".././9507-10.jpg",
".././9509-9.jpg",
".././9509-10.jpg",
".././9510-9.jpg"
)
var thumbMetadataDB = new Array(
"888.jpg",
"",
"",
"",
"",
"",
"",
"6311C.jpg",
"",
"",
"",
"",
"",
"",
"9506-2.jpg",
"",
"",
"",
"",
"",
"",
"9506-4.jpg",
"",
"",
"",
"",
"",
"",
"9507-9.jpg",
"",
"",
"",
"",
"",
"",
"9507-10.jpg",
"",
"",
"",
"",
"",
"",
"9509-9.jpg",
"",
"",
"",
"",
"",
"",
"9509-10.jpg",
"",
"",
"",
"",
"",
"",
"9510-9.jpg",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"888.jpg",
"",
"",
"",
"",
"",
"",
"6311C.jpg",
"",
"",
"",
"",
"",
"",
"9506-2.jpg",
"",
"",
"",
"",
"",
"",
"9506-4.jpg",
"",
"",
"",
"",
"",
"",
"9507-9.jpg",
"",
"",
"",
"",
"",
"",
"9507-10.jpg",
"",
"",
"",
"",
"",
"",
"9509-9.jpg",
"",
"",
"",
"",
"",
"",
"9509-10.jpg",
"",
"",
"",
"",
"",
"",
"9510-9.jpg",
"",
"",
"",
"",
"",
""
)
