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 = "Pino Visit"
var subTitle = "Images"
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;"
var pageFontSize = "font-size: medium;"
var thumbFontFamily = "font-family: Arial;"
var thumbFontSize = "font-size: medium;"
var thumbFontColor = "color: #FFFFFF";
var imageFontFamily = "font-family: Arial;"
var imageFontSize = "font-size: medium;"
var imageFontColor = "color: #FFFFFF";
var rows = "12"
var columns = "1"
var thumbDB = new Array(
".././Thumb_100_2539.jpg",
".././Thumb_100_2540.jpg",
".././Thumb_100_2556.jpg",
".././Thumb_100_2559.jpg",
".././Thumb_100_2580.jpg",
".././Thumb_100_2581.jpg",
".././Thumb_100_2588.jpg",
".././Thumb_100_2590.jpg",
".././Thumb_100_2593.jpg",
".././Thumb_100_2595.jpg"
)

var imageDB = new Array(
".././100_2539.jpg",
".././100_2540.jpg",
".././100_2556.jpg",
".././100_2559.jpg",
".././100_2580.jpg",
".././100_2581.jpg",
".././100_2588.jpg",
".././100_2590.jpg",
".././100_2593.jpg",
".././100_2595.jpg"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"The Ritz Carlton overlooking the Harbor served as our home base for the weekend",
"",
"",
"",
"",
"",
"",
"Gallery owners Arlene and Lenny Dolin enjoy a beautiful sunset with New York Harbor in the background",
"",
"",
"",
"",
"",
"",
"Developing a young Pino collector!",
"",
"",
"",
"",
"",
"",
"A fabulous reception provided by Pino at his home surrounded by original paintings.  What could be better?",
"",
"",
"",
"",
"",
"",
"Pino with the proud parents of their new original",
"",
"",
"",
"",
"",
"",
"Rarely seen book covers from Pino’s earlier days as an illustrator",
"",
"",
"",
"",
"",
"",
"Another happy couple poses with Pino in front of their new painting",
"",
"",
"",
"",
"",
"",
"This stunning piece purchased even before completion",
"",
"",
"",
"",
"",
"",
"The entire group of guests that The Art Shop took to New York  represented all regions of the country",
"",
"",
"",
"",
"",
"",
"After visiting Pino’s beautiful home, dinner with Pino at his favorite Italian Restaurant topped off the evening",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
