//All variables that you may need to set
var albumTitle = new Array();
albumTitle[0] = "Baptism - Shelter Island - August 27th, 2004"; //Photo Album title to display
albumTitle[1] = "Bautimos: 27 de agosto, 2004"; //Spanish Photo Album title
totalThumbs = 5; //maximum amount of thumbnails to display on the left
centerThumb = 1; //position of the thumbnail for the picture currently being viewed
autoNext = 1; //automatically go through pictures in slide show format, 0 means manual, 1 means automatic (this is only the starting value, user can override)
nextImgDelay = 5000; //delay between pictures in milliseconds if autoNext is set to 1
p = 0; //starting picture from the imgSrc array
rootDirectory = ""; //root of the album
slideDirectory = "images/"; //directory for full-size pictures under the album root
thumbDirectory = "thumbnails/"; //thumbnail directory under the album root
showDescriptions = 0; //0 = No, 1 = Yes (.js file with descriptions required)
