// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("All", "Roof Project", "Christmas Party 2007")

MainVar = 0; // Sets up the variable that counts the pictures.

function Fix(DatVal, PicVal, TitVal, CatVal, TxtVal) { // Allows you to use variables for the array instead of numbers.
   this.DatVal = DatVal 
   this.PicVal = PicVal 
   this.TitVal = TitVal 
   this.CatVal = CatVal
   this.TxtVal = TxtVal 
} 
var MainArray = new Array() // Sets up the main array.

// Now add one line for each picture you want in the album.  The format of these lines is shown below:
// MainArray[MainVar++] = new Fix("date", "picname.jpg", "pic title", "category", "pic description")

MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0017.jpg", "Kids eat first!", "Christmas Party 2007", "We let the kids eat first...our class certainly took Gen. 1:28 seriously!")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0018.jpg", "Did someone say food?", "Christmas Party 2007", "")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0019.jpg", "Everyone loves Keston.", "Christmas Party 2007", "")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0020.jpg", "The preparations are on.", "Christmas Party 2007", "")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0021.jpg", "Good company and good food!", "Christmas Party 2007", "")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0022.jpg", "Good company and good food!", "Christmas Party 2007", "")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0023.jpg", "The buffet!", "Christmas Party 2007", "If Baptists know nothing else, they know to sit in the back row and bring enough food.")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0025.jpg", "Keston - the meat man!", "Christmas Party 2007", "He's starting out right. It's OK, skip the veggies for now.")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0026.jpg", "Who brought all those kids?", "Christmas Party 2007", "They played so well together. Those moms and dads must be doing something right.")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0027.jpg", "Good company.", "Christmas Party 2007", "")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0028.jpg", "OK?", "Christmas Party 2007", "No, I'm not asking you to volunteer for anything at church.")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0029.jpg", "More, OK?", "Christmas Party 2007", "Really, it was a dry party!")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0030.jpg", "We missed Jo!", "Christmas Party 2007", "It was good to have Jo here, but where's Dave if he's so excited to have her back?")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0032.jpg", "The boys...", "Christmas Party 2007", "Boys need so much to time to talk to have a good time.")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0033.jpg", "Man time!", "Christmas Party 2007", "Who will go for the remote first? Did someone say Eagles game?")
MainArray[MainVar++] = new Fix("01/13/07", "/eccphoto/100_0034.jpg", "Busted!", "Christmas Party 2007", "Pete had to fight off Amy to get the game on first.")