var numItems = 19;
var fullPath = "Gallery_Images/";
var tnPath = "th-rework/";
var picImg = new Array(numItems);
var picCaption = new Array(numItems);
var picDate = new Array(numItems);
var picOrient = new Array(numItems);

//Picture Name

picImg[0] = "Pastor-Busch_edited-1.jpg";
picImg[1] = "chancel.jpg";
picImg[2] = "New-Kids-altar.jpg";
picImg[3] = "New-Kids-altar2.jpg";
picImg[4] = "New-Kids-eating.jpg";
picImg[5] = "New-Reception-1.jpg";
picImg[6] = "New-Reception-2.jpg";
picImg[7] = "Len-Tony-Josh.jpg";
picImg[8] = "Xmas_party.jpg";
picImg[9] = "THECREW3.jpg";
picImg[10] = "Cleanup1.jpg";
picImg[11] = "Cleanup2.jpg";
picImg[12] = "Cleanup3.jpg";
picImg[13] = "Cleanup4.jpg";
picImg[14] = "Cleanup5.jpg";
picImg[15] = "Cleanup6.jpg";
picImg[16] = "PastorB-Easter.jpg";
picImg[17] = "AltarEaster.jpg";
picImg[18] = "AltarLily.jpg";

//Picture Caption

picCaption[0] = "Pastor Robert Busch";
picCaption[1] = "Altar of St. Michael's Church";
picCaption[2] = "Children presenting model of Ark of the Covenant at the altar";
picCaption[3] = "Children's Sermon with model of Ark of the Covenant";
picCaption[4] = "End of Sunday School reception";
picCaption[5] = "Reception in Fellowship Hall";
picCaption[6] = "Reception in Fellowship Hall";
picCaption[7] = "Sunday School Christmas Party";
picCaption[8] = "Sunday School Christmas Party";
picCaption[9] = "Adopt-A-Highway Cleanup Crew";
picCaption[10] = "Adopt-A-Highway - Surprise!!";
picCaption[11] = "Adopt-A-Highway - Cars sure do look small from up here!";
picCaption[12] = "Adopt-A-Highway - Break Time!!";
picCaption[13] = "Adopt-A-Highway - What is this?";
picCaption[14] = "Adopt-A-Highway - Trash goes here, right?";
picCaption[15] = "Adopt-A-Highway - What do you mean I'm not getting paid for this?";
picCaption[18] = "Easter Sunday - Lilies at the Altar"
picCaption[17] = "Easter Sunday - Altar of St. Michael's Lutheran Church"
picCaption[16] = "Easter Sunday - Pastor Busch"

//Printed Picture Date

picDate[0] = "1/8/2007";
picDate[1] = "10/23/2006";
picDate[2] = "12/18/2006";
picDate[3] = "12/18/2006";
picDate[4] = "12/18/2006";
picDate[5] = "12/18/2006";
picDate[6] = "12/18/2006";
picDate[7] = "1/8/2007";
picDate[8] = "1/8/2007";
picDate[9] = "10/23/2006";
picDate[10] = "10/2007";
picDate[11] = "10/2007";
picDate[12] = "10/2007";
picDate[13] = "10/2007";
picDate[14] = "10/2007";
picDate[15] = "10/2007";
picDate[18] = "3/23/2008";
picDate[17] = "3/23/2008";
picDate[16] = "3/23/2008";

//Picture Orientation - 0: Tall, 1: Wide

picOrient[0] = 0;
picOrient[1] = 1;
picOrient[2] = 1;
picOrient[3] = 1;
picOrient[4] = 1;
picOrient[5] = 1;
picOrient[6] = 1;
picOrient[7] = 1;
picOrient[8] = 0;
picOrient[9] = 1;
picOrient[10] = 0;
picOrient[11] = 0;
picOrient[12] = 1;
picOrient[13] = 0;
picOrient[14] = 0;
picOrient[15] = 0;
picOrient[18] = 1;
picOrient[17] = 1;
picOrient[16] = 0;
