// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("all", "scott", "susan", "rainlin", "dylan", "rainlin_and_dylan", "kids", "pets", "blankets", "formal", "misc_pics")

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("Summer 2002", "http://robbyzworld.com/personal/images/animals/butty/LGButty.jpg", "Butty at Lake George", "misc_pics", "Butty was taking a drink of water from the lake without falling in!")

MainArray[MainVar++] = new Fix("Fall 2003", "http://robbyzworld.com/personal/images/animals/butty/butty0103.JPG", "Butty the Queen", "kids", "I took this one of Butty because she certainly is the queen of the house!")

MainArray[MainVar++] = new Fix("Spring of 2000", "http://robbyzworld.com/personal/images/animals/nuddy/RestingNuddy.jpg", "Nuddy", "rainlin", "Nuddy sleeping on dads sleeping bag!")

MainArray[MainVar++] = new Fix("Fall 2003", "http://robbyzworld.com/personal/images/animals/pumpkin/lilpumpkin.jpg", "Pumpkin", "rainlin", "Pumpkin needs to get some studying done so please leave her alone!")

MainArray[MainVar++] = new Fix("Fall 2003", "http://robbyzworld.com/personal/images/animals/pumpkin/baseballpumpkin.jpg", "Pumpkin", "rainlin", "She needs to get some playing baseball in too, ya know!")

MainArray[MainVar++] = new Fix("Fall 2003", "http://robbyzworld.com/personal/images/rob/kittynme.JPG", "Me and Lappie", "rainlin", "My kitty and I were posing for the camera!")

MainArray[MainVar++] = new Fix("Fall of 2003", "http://robbyzworld.com/personal/images/animals/lappie/lillap.jpg", "Lappie", "rainlin", "Lappie so was cute when she was smaller!")

MainArray[MainVar++] = new Fix("June 2003", "http://robbyzworld.com/personal/images/family/gross/Dad/dingydad.JPG", "Dad on his sailboat", "rainlin", "Dad rides around in his dingy to go fishing!")

MainArray[MainVar++] = new Fix("October 2005", "http://robbyzworld.com/personal/images/family/galpin/Ashley.jpg", "Ashley - my youngest sister", "rainlin", "Isn't she beautiful!  Sorry I have been gone for so long, but I am back and I love you.")

MainArray[MainVar++] = new Fix("September 2005", "http://robbyzworld.com/personal/images/family/galpin/auntpam.jpg", "Aunt Pam", "rainlin", "Here is my Aunt!  I am happy that we reunited!")

MainArray[MainVar++] = new Fix("September 2005", "http://robbyzworld.com/personal/images/family/galpin/blackwhitemandyash.jpg", "Both my sisters", "rainlin", "Hey gurls.  Please let me be who I am suppose to be and thats your brother!")

MainArray[MainVar++] = new Fix("September 2005", "http://robbyzworld.com/personal/images/family/galpin/dad.jpg", "My biological father", "rainlin", "Hey there old man, lets leave the past behind and start new!")

MainArray[MainVar++] = new Fix("September 2005", "http://robbyzworld.com/personal/images/family/galpin/meeee.jpg", "Robert Galpin", "rainlin", "This was me, what the heck happened?")

MainArray[MainVar++] = new Fix("September 2005", "http://robbyzworld.com/personal/images/family/galpin/oma.jpg", "Lisa", "rainlin", "Amanda and her grandma (OMA) went to Las Vegas!")

MainArray[MainVar++] = new Fix("September 2005", "http://robbyzworld.com/personal/images/family/galpin/prettymandy.jpg", "Amanda", "rainlin", "My other beuatiful sister, damn where did my good looks go?  She must have stole them!")

MainArray[MainVar++] = new Fix("September 2005", "http://robbyzworld.com/personal/images/family/galpin/yummysleeve.jpg", "My first real nephew", "rainlin", "Jayden Tyler Galpin born on October 1st, 2005.  I am very proud to be an Uncle.")

MainArray[MainVar++] = new Fix("September 2005", "http://robbyzworld.com/personal/images/family/galpin/yippeee.jpg", "Jayden", "rainlin", "Here Jayden is, hes trying to hip hop!  Wow, go JT go!")