// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("all", "covo")

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("Date picture was taken", "photoAlbum/pictures/2ndIndAchieve.jpg", "2ndIndAchieve", "covo", "We need picture description here")
MainArray[MainVar++] = new Fix("Date picture was taken", "photoAlbum/pictures/ben.jpg", "Ben", "covo", "We need picture description here")
MainArray[MainVar++] = new Fix("Date picture was taken", "photoAlbum/pictures/2ndLapuLapuAti-Atihan2.jpg", "2ndLapuLapu Ati-Atihan2", "covo", "We need picture description here")
MainArray[MainVar++] = new Fix("Date picture was taken", "photoAlbum/pictures/2ndLapuLapuAti-Atihan4.jpg", "2ndLapuLapu Ati-Atihan4", "covo", "We need picture description here")
MainArray[MainVar++] = new Fix("Date picture was taken", "photoAlbum/pictures/atiofficers.jpg", "Atiofficers", "covo", "We need picture description here")
MainArray[MainVar++] = new Fix("Date picture was taken", "photoAlbum/pictures/COVORecognition.jpg", "COVO Recognition", "covo", "We need picture description here")
MainArray[MainVar++] = new Fix("Date picture was taken", "photoAlbum/pictures/Covostatewideconvention2005.jpg", "Covo statewide convention 2005", "covo", "We need picture description here")
MainArray[MainVar++] = new Fix("Date picture was taken", "photoAlbum/pictures/Covostatewideconvention2005_2.jpg", "Covo statewide convention 2005 2", "covo", "We need picture description here")
MainArray[MainVar++] = new Fix("Date picture was taken", "photoAlbum/pictures/HiloVisayanClubdancers.jpg", "HiloVisayanClub dancers", "covo", "We need picture description here")
MainArray[MainVar++] = new Fix("Date picture was taken", "photoAlbum/pictures/LapuLapuawards.jpg", "LapuLapu awards", "covo", "We need picture description here")
