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

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("2006", "images/vases/2006/AndbeMerry.jpg", "And be Merry ",  "Holsten", "<center>Currently Located<br> at Holsten Gallery</center>")
MainArray[MainVar++] = new Fix("2004", "images/vases/2004/AsSummerbecomesWinter.jpg", "As Summer becomes Winter",  "Hawk", "<center>Currently Located<br> at the Hawk Galleries</center>")
MainArray[MainVar++] = new Fix("2007", "images/vases/2007/BubbleBath.jpg", "Bubble Bath",  "Marx-Saunders", "<center>Currently Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2005", "images/vases/2005/CatchingaThermal.jpg", "Catching a Thermal",  "Holsten", "<center>Currently Located<br> at Holsten Gallery</center>")
MainArray[MainVar++] = new Fix("2008", "images/vases/2008/CountingtheHours.jpg", "Counting the Hours",  "Holsten", "<center>Currently Located<br> at Holsten Gallery</center>")
MainArray[MainVar++] = new Fix("2004", "images/vases/2004/Cyclone.jpg", "Cyclone",  "Hawk", "<center>Currently Located<br> at the Hawk Galleries</center>")
MainArray[MainVar++] = new Fix("2007", "images/vases/2007/DontbeRash.jpg", "Dont be Rash",  "Marx-Saunders", "<center>Currently Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2005", "images/vases/2005/ADropintheOcean.jpg", "A Drop in the Ocean",  "Hawk", "<center>Currently Located<br> at the Hawk Galleries</center>")
MainArray[MainVar++] = new Fix("2002", "images/vases/2002/Fowl.jpg", "Fowl",  "MarkPeetVisser", "<center>Currently Located<br> at the Mark Peet Visser Galerie</center>")
MainArray[MainVar++] = new Fix("2007", "images/vases/2007/GrowingSeason.jpg", "Growing Season",  "Marx-Saunders", "<center>Currently  Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2007", "images/vases/2007/HeartBurn.jpg", "Heart Burn",  "Habatat", "<center>Currently Located<br> at Habatat Gallery</center>")
MainArray[MainVar++] = new Fix("2006", "images/vases/2006/MistakenIdentity.jpg", "Mistaken Identity",  "Habatat", "<center>Currently Located<br> at Habatat Gallery</center>")
MainArray[MainVar++] = new Fix("2006", "images/vases/2006/MuchADo.jpg", "Much A Do",  "Marx-Saunders", "<center>Currently Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2008", "images/vases/2008/PluckandPreen.jpg", "Pluck and Preen",  "Holsten", "<center>Currently Located<br> at Holsten Gallery</center>")
MainArray[MainVar++] = new Fix("2005", "images/vases/2005/APointInTime.jpg", "A Point In Time",  "Marx-Saunders", "<center>Currently Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2007", "images/vases/2007/PostSurgicalRelief.jpg", "Post Surgical Relief")
MainArray[MainVar++] = new Fix("2007", "images/vases/2007/PropagatedbySeed.jpg", "Propagated by Seed",  "Habatat", "<center>Currently Located<br> at Habatat Gallery</center>")
MainArray[MainVar++] = new Fix("2003", "images/vases/2003/RaindropsareFalling.jpg", "Raindrops are Falling",  "MarkPeetVisser", "<center>Currently Located<br> at the Mark Peet Visser Galerie</center>")
MainArray[MainVar++] = new Fix("2005", "images/vases/2005/SeaGrape.jpg", "Sea Grapes",  "Hawk", "<center>Currently Located<br> at the Hawk Galleries</center>")
MainArray[MainVar++] = new Fix("2003", "images/vases/2003/TheSeed.jpg", "The Seed",  "Pacini-Lubel", "<center>Currently Located<br>at the Pacini Lubel Gallery</center>")
MainArray[MainVar++] = new Fix("2008", "images/vases/2008/SeedswithWings.jpg", "Seeds with Wings",  "MarkPeetVisser", "<center>Currently Located<br> at the Mark Peet Visser Galerie</center>")
MainArray[MainVar++] = new Fix("2008", "images/vases/2008/SmellssoSweet.jpg", "Smells so Sweet",  "Marx-Saunders", "<center>Currently  Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2005", "images/vases/2005/TheSuitMakestheClown.jpg", "The Suit Makes the Clown",  "Habatat", "<center>Currently Located<br> at Habatat Gallery</center>")
MainArray[MainVar++] = new Fix("2008", "images/vases/2008/sweet.jpg", "Sweet",  "Holsten", "<center>Currently Located<br> at Holsten Gallery</center>")
MainArray[MainVar++] = new Fix("2007", "images/vases/2007/SweetLimes.jpg", "Sweet Limes",  "Marx-Saunders", "<center>Currently Located<br> at the Marx Saunders Gallery</center>")
MainArray[MainVar++] = new Fix("2006", "images/vases/2006/ThornsandHoney.jpg", "Thorns and Honey",  "Holsten", "<center>Currently Located<br> at Holsten Gallery</center>")
MainArray[MainVar++] = new Fix("2006", "images/vases/2006/TheYoungestDaughter.jpg", "The Youngest Daughter",  "MarkPeetVisser", "<center>Currently Located<br> at the Mark Peet Visser Galerie</center>")