// SRLCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SRLCategory = new Array("all", "noGallery", "Habatat", "Marx-Saunders")

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("2008", "images/wallArt/ConflictResolution.jpg", "Conflict Resolution",  "Marx-Saunders", "<center>Currently Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2008", "images/wallArt/ADayattheBeach.jpg", "A Day at the Beach",  "Marx-Saunders", "<center>Currently Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2008", "images/wallArt/enthusiasm.jpg", "enthusiasm",  "Habatat", "<center>Currently Located<br> at Habatat Gallery</center>")
MainArray[MainVar++] = new Fix("2008", "images/wallArt/FamilyRelations.jpg", "Family Relations",  "Marx-Saunders", "<center>Currently  Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2008", "images/wallArt/Flirt.jpg", "Flirt",  "Marx-Saunders", "<center>Currently Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2008", "images/wallArt/SpicyFlowers.jpg", "Spicy Flowers",  "Habatat", "<center>Currently Located<br> at Habatat Gallery</center>")
MainArray[MainVar++] = new Fix("2008", "images/wallArt/TallerbyaNose.jpg", "Taller by a Nose",  "Habatat", "<center>Currently Located<br> at Habatat Gallery</center>")
MainArray[MainVar++] = new Fix("2008", "images/wallArt/SpicyFlowers.jpg", "Spicy Flowers","noGallery")
MainArray[MainVar++] = new Fix("2008", "images/wallArt/TallerbyaNose.jpg", "Taller by a Nose","noGallery")
MainArray[MainVar++] = new Fix("2008", "images/wallArt/ATangledKnot.jpg", "A Tangled Knot",  "Marx-Saunders", "<center>Currently Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2009", "images/wallArt/CompanionableConvergence.jpg", "Companionable Convergence","noGallery")
MainArray[MainVar++] = new Fix("2009", "images/wallArt/EveryGardenaMunitionsPlant.jpg", "Every Garden a Munitions Plant","noGallery")
MainArray[MainVar++] = new Fix("2009", "images/wallArt/Faceoff.jpg", "Face off","noGallery")
MainArray[MainVar++] = new Fix("2009", "images/wallArt/FunnelCloud.jpg", "Funnel Cloud","noGallery")
MainArray[MainVar++] = new Fix("2009", "images/wallArt/InMyBubble.jpg", "In My Bubble","noGallery")
MainArray[MainVar++] = new Fix("2009", "images/wallArt/LookingatthePositive.jpg", "Looking at the Positive","noGallery")
MainArray[MainVar++] = new Fix("2009", "images/wallArt/OverGreenland.jpg", "Over Greenland","noGallery")
MainArray[MainVar++] = new Fix("2009", "images/wallArt/PerspectiveTimesThree.jpg", "Perspective Times Three","noGallery")
MainArray[MainVar++] = new Fix("2009", "images/wallArt/RocketEnvy.jpg", "Rocket Envy","noGallery")
MainArray[MainVar++] = new Fix("2009", "images/wallArt/RosietheRipper.jpg", "Rosie the Ripper","noGallery")
MainArray[MainVar++] = new Fix("2009", "images/wallArt/TheFinger.jpg", "The Finger", "noGallery")