// JavaScript Document
var BaseUrl1 = "../../../../images/new_year/2004/";

var numSets = 2;

var PicTypeImage = "Picture Type: Image";
var PicTypeMovie = "Picture Type: Movie";

var SetTitles = new Array()

PictureTitles = new Array()
	PictureURL = new Array()
	PictureDescription = new Array()
	PictureType = new Array()
PictureTitles[1] = new Array()
	PictureURL[1] = new Array()
	PictureDescription[1] = new Array()
	PictureType[1] = new Array()
PictureTitles[2] = new Array()
	PictureURL[2] = new Array()
	PictureDescription[2] = new Array()
	PictureType[2] = new Array()
	

SetTitles[1] = "Snowy fun at Ken's house";
SetTitles[2] = "At the Parkenson Arms";

PictureTitles[1][1] = "Snow Toast";
	PictureURL[1][1] = BaseUrl1 + "new_year_2004_-_1.jpg";
	PictureDescription[1][1] = "Raising a glass to the new year, with a snowball in tow.";
	PictureType[1][1] = PicTypeImage;
PictureTitles[1][2] = "Toast 2";
	PictureURL[1][2] = BaseUrl1 + "new_year_2004_-_2.jpg";
	PictureDescription[1][2] = "And again, in a different place.";
	PictureType[1][2] = PicTypeImage;
PictureTitles[1][3] = "Snow Toast Ken";
	PictureURL[1][3] = BaseUrl1 + "new_year_2004_-_3.jpg";
	PictureDescription[1][3] = "Ken rings in the new year in familiar fashion.";
	PictureType[1][3] = PicTypeImage;
PictureTitles[1][4] = "Drink!";
	PictureURL[1][4] = BaseUrl1 + "new_year_2004_-_4.jpg";
	PictureDescription[1][4] = "&quot;That's right. You knowwww you all wanna see me drink.&quot;";
	PictureType[1][4] = PicTypeImage;
PictureTitles[1][5] = "Tee hee!";
	PictureURL[1][5] = BaseUrl1 + "new_year_2004_-_5.jpg";
	PictureDescription[1][5] = "&quot;I'm a bad, invisible, snow-ball throwing mutha-f*?!$r. Chamone.&quot;";
	PictureType[1][5] = PicTypeImage;
PictureTitles[1][6] = "Throwing a snowball (movie)";
	PictureURL[1][6] = BaseUrl1 + "movies/DSCF0073.AVI";
	PictureDescription[1][6] = "A snowball being thrown.";
	PictureType[1][6] = PicTypeMovie;
PictureTitles[1][7] = "Cheers";
	PictureURL[1][7] = BaseUrl1 + "new_year_2004_-_6.jpg";
	PictureDescription[1][7] = "Happy new year to you all.";
	PictureType[1][7] = PicTypeImage;

PictureTitles[2][1] = "It's Collier";
	PictureURL[2][1] = BaseUrl1 + "new_year_2004_-_7.jpg";
	PictureDescription[2][1] = "Collier. Drinking. With his thumb up.";
	PictureType[2][1] = PicTypeImage;
PictureTitles[2][2] = "Me.";
	PictureURL[2][2] = BaseUrl1 + "new_year_2004_-_8.jpg";
	PictureDescription[2][2] = "A wet, red-earred, dopey looking me.";
	PictureType[2][2] = PicTypeImage;
PictureTitles[2][3] = "Adam & Darren";
	PictureURL[2][3] = BaseUrl1 + "new_year_2004_-_9.jpg";
	PictureDescription[2][3] = "Adam pulls his &quot;I'm normal, me&quot; expression. Darren looks on distinctly unimpressed.";
	PictureType[2][3] = PicTypeImage;
PictureTitles[2][4] = "Heeyyyyy";
	PictureURL[2][4] = BaseUrl1 + "new_year_2004_-_10.jpg";
	PictureDescription[2][4] = "It's our friend from accross the pond, Nick."
	PictureType[2][4] = PicTypeImage;
