// 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("February 2004", "http://robbyzworld.com/personal/images/rob/56krob.jpg", "56K Rob", "misc_pics", "Yeah I was in my Cisco class!  Chris was taking a pic of me with his digital camera!")

MainArray[MainVar++] = new Fix("March 2004", "http://robbyzworld.com/personal/images/rob/bored.JPG", "Rob looks bored", "kids", "I took this one for my baby because she was giving me all these pics of hers so I wanted to give her some of me!")

MainArray[MainVar++] = new Fix("Spring of 2000", "http://robbyzworld.com/personal/images/rob/exerciserob.JPG", "Excercising", "rainlin", "Both Christian and I were lifting weights and in between we did some crunches!  I did about 500 that day!")

MainArray[MainVar++] = new Fix("Fall of 1999", "http://robbyzworld.com/personal/images/rob/fingerrob.JPG", "Don't mess with me!", "rainlin", "Ok here is the story on this picture.  I believe Christian and some of my other friends wanted to get drunk that night.  So because I wasn't feeling well they told me to go back to my room and sleep for awhile.  Then they would come over and wake me up.  Well I was half asleep when they did!  When they came into my room and shoved a camera in a face and took a shot, I wasn't too happy!")

MainArray[MainVar++] = new Fix("March 2004", "http://robbyzworld.com/personal/images/rob/glasses.JPG", "Me with Glasses", "rainlin", "I look like a dork don't I?")

MainArray[MainVar++] = new Fix("March 2004", "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 2000", "http://robbyzworld.com/personal/images/rob/lmcrob.jpg", "At Landmark College", "rainlin", "A friend of mine took this pic of me while I was at Landmark.  I believe I had my room then!")

MainArray[MainVar++] = new Fix("March 2004", "http://robbyzworld.com/personal/images/rob/peace.JPG", "Peace Out Bro!", "rainlin", "Here is a shot of me trying to hide my smile! I hate to smile!")

MainArray[MainVar++] = new Fix("Feburary 2004", "http://robbyzworld.com/personal/images/rob/robcisco.jpg", "Cisco Class", "rainlin", "I was in cisco class that day!  Bored out of my freakin mind :)")

MainArray[MainVar++] = new Fix("Spring of 2000", "http://robbyzworld.com/personal/images/rob/robster.jpg", "Personal Photo", "rainlin", "Here is a professional pic of me done by my friends!")

MainArray[MainVar++] = new Fix("Fall of 1999", "http://robbyzworld.com/personal/images/rob/roblmc99.jpg", "Pose", "rainlin", "Yeah I am kewl aren't I?")