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("07 december 2007", "img/20071207/001.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/002.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/003.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/004.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/005.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/006.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/007.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/008.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/009.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/010.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/011.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/012.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/013.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/014.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/015.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
MainArray[MainVar++] = new Fix("07 december 2007", "img/20071207/016.jpg", "Nature One 2008 (DE)","", "Dj set van Dj Obscurity. Goed feest.")
