//All variables that you may need to set
var albumTitle = new Array();
albumTitle[0] = "Willing Heart Sunday - March 19, 2006"; //Photo Album title to display
albumTitle[1] = "Domingo de Corazones Voluntarios: 19 de marzo, 2006"; //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 = "slides/"; //directory for full-size pictures under the album root
thumbDirectory = "thumbs/"; //thumbnail directory under the album root
showDescriptions = 0; //0 = No, 1 = Yes (.js file with descriptions required)