// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("all", "boaLouisville", "2004", "2003", "2002")

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("", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image000.jpg", "KMEA SMBC Finals 2005", "", "")

MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image001.jpg", "Photo 1", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image002.jpg", "Photo 2", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image003.jpg", "Photo 3", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image004.jpg", "Photo 4", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image005.jpg", "Photo 5", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image006.jpg", "Photo 6", "2005", "")

MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image007.jpg", "Photo 7", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image008.jpg", "Photo 8", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image009.jpg", "Photo 9", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image010.jpg", "Photo 10", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image011.jpg", "Photo 11", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image012.jpg", "Photo 12", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image013.jpg", "Photo 13", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image014.jpg", "Photo 14", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image015.jpg", "Photo 15", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image016.jpg", "Photo 16", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image017.jpg", "Photo 17", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image018.jpg", "Photo 18", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image019.jpg", "Photo 19", "2005", "")

MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image020.jpg", "Photo 20", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image021.jpg", "Photo 21", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image022.jpg", "Photo 22", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image023.jpg", "Photo 23", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image024.jpg", "Photo 24", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image025.jpg", "Photo 25", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image026.jpg", "Photo 26", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image027.jpg", "Photo 27", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image028.jpg", "Photo 28", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image029.jpg", "Photo 29", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image030.jpg", "Photo 30", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image031.jpg", "Photo 31", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image032.jpg", "Photo 32", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image033.jpg", "Photo 33", "2005", "")

MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image034.jpg", "Photo 34", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image035.jpg", "Photo 35", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image036.jpg", "Photo 36", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image037.jpg", "Photo 37", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image038.jpg", "Photo 38", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image039.jpg", "Photo 39", "2005", "")

MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image040.jpg", "Photo 40", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image041.jpg", "Photo 41", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image042.jpg", "Photo 42", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image043.jpg", "Photo 43", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image044.jpg", "Photo 44", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image045.jpg", "Photo 45", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image046.jpg", "Photo 46", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image047.jpg", "Photo 47", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image048.jpg", "Photo 48", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image049.jpg", "Photo 49", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image050.jpg", "Photo 50", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image051.jpg", "Photo 51", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image052.jpg", "Photo 52", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image053.jpg", "Photo 53", "2005", "")

MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image054.jpg", "Photo 54", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image055.jpg", "Photo 55", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image056.jpg", "Photo 56", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image057.jpg", "Photo 57", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image058.jpg", "Photo 58", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image059.jpg", "Photo 59", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image060.jpg", "Photo 60", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image061.jpg", "Photo 61", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image062.jpg", "Photo 62", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image063.jpg", "Photo 63", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image064.jpg", "Photo 64", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image065.jpg", "Photo 65", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image066.jpg", "Photo 66", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image067.jpg", "Photo 67", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image068.jpg", "Photo 68", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image069.jpg", "Photo 69", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image070.jpg", "Photo 70", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image071.jpg", "Photo 71", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image072.jpg", "Photo 72", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image073.jpg", "Photo 73", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image074.jpg", "Photo 74", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image075.jpg", "Photo 75", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image076.jpg", "Photo 76", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image077.jpg", "Photo 77", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image078.jpg", "Photo 78", "2005", "")
MainArray[MainVar++] = new Fix("2005", "http://www.lafayetteband.org/mediagallery/KMEASMBC/image079.jpg", "Photo 79", "2005", "")




