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 = ""
var subTitle = "Big Nasty Dents"
var URL = "index.htm"
var delay = "3000"
var BGCOLOR = "#FFFFFF"
var TEXT = "#000000"
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: #000000";
var rows = "7"
var columns = "1"
var thumbDB = new Array(
".././Thumb_DCP_0001.JPG",
".././Thumb_DCP_0002.JPG",
".././Thumb_DCP_0003.JPG",
".././Thumb_DCP_rear0001.JPG",
".././Thumb_DCP_rear0002.JPG",
".././Thumb_DCP_rear0003.JPG",
".././Thumb_DCP_rear0004.JPG"
)

var imageDB = new Array(
".././DCP_0001.JPG",
".././DCP_0002.JPG",
".././DCP_0003.JPG",
".././DCP_rear0001.JPG",
".././DCP_rear0002.JPG",
".././DCP_rear0003.JPG",
".././DCP_rear0004.JPG"
)
var thumbMetadataDB = new Array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
var imageMetadataDB = new Array(
"",
"This landscaper’s work truck was rammed by a deer on the road.",
"",
"",
"",
"",
"",
"",
"It was repaired without painting in one day for $400.",
"",
"",
"",
"",
"",
"",
"This is the finished product.  Only very slight imperfections are visible.  Conventional body work would have taken at least three days and the entire side would be painted, and decals ordered and replaced.  Silver metallic paint is difficult to match.",
"",
"",
"",
"",
"",
"",
"This contractor’s work truck slid on ice into a wall while plowing snow.",
"",
"",
"",
"",
"",
"",
"While just a work vehicle, it was almost new and the owner took pride in its appearance.",
"",
"",
"",
"",
"",
"",
"The imperfections are there, but so slight the camera doesn’t pick them up.  You have to get the light at just the right angle and look to find them.  The paint scratches were touched up with a close color here to prevent rusting until the owner could get the right color from the dealership.  This took one day and cost $400.",
"",
"",
"",
"",
"",
"",
"These are just a few examples of how you can save often up to a thousand dollars by settling for a slightly less than perfect repair.  You also save being without your vehicle for several days.  Down time for work vehicles can cost you money.",
"",
"",
"",
"",
""
)

