// JavaScript Document
	var photos = [
		{
			largeImage: "Logo001.jpg",
			thumbnail:  "thumbs/Logo001.jpg",
			portrait: false,
			caption: "Logo for the Seasons Deli &amp; Catering"
		},
		{
			largeImage: "Logo002.jpg",
			thumbnail:  "thumbs/Logo002.jpg",
			portrait: true,
			caption: "A doctor character created for Prescription Mac"
		},
		{
			largeImage: "Logo003.jpg",
			thumbnail:  "thumbs/Logo003.jpg",
			portrait: false,
			caption: "Home Sweet Home"
		},
		{
			largeImage: "Logo004.jpg",
			thumbnail:  "thumbs/Logo004.jpg",
			portrait: false,
			caption: "Swansea Music logo"
		},
		{
			largeImage: "Logo005.jpg",
			thumbnail:  "thumbs/Logo005.jpg",
			portrait: true,
			caption: "Covenant Presbyterian Church logo"
		},
		{
			largeImage: "Logo006.jpg",
			thumbnail:  "thumbs/Logo006.jpg",
			portrait: false,
			caption: "Grand Illusions Magic logo (I added the color)"
		},
		{
			largeImage: "Logo007.jpg",
			thumbnail:  "thumbs/Logo007.jpg",
			portrait: true,
			caption: "A graphic for a church thingie"
		},
		{
			largeImage: "Logo008.jpg",
			thumbnail:  "thumbs/Logo008.jpg",
			portrait: false,
			caption: "A logo for a project at HP, codenamed Windjammer"
		},
		{
			largeImage: "Logo009.jpg",
			thumbnail:  "thumbs/Logo009.jpg",
			portrait: false,
			caption: "BlueClickers.com logo"
		},
		{
			largeImage: "Logo010.jpg",
			thumbnail:  "thumbs/Logo010.jpg",
			portrait: false,
			caption: "An &quot;Inversion,&quot; inspired by Scott Kim"
		},
		{
			largeImage: "Logo011.jpg",
			thumbnail:  "thumbs/Logo011.jpg",
			portrait: false,
			caption: "Logo for IdaLand, a real estate company"
		},
		{
			largeImage: "Logo012.jpg",
			thumbnail:  "thumbs/Logo012.jpg",
			portrait: false,
			caption: "New logo for the Integrity Group, Susan's first broker"
		},
		{
			largeImage: "Logo013.jpg",
			thumbnail:  "thumbs/Logo013.jpg",
			portrait: false,
			caption: "Boise Gear logo"
		},
		{
			largeImage: "Logo014.jpg",
			thumbnail:  "thumbs/Logo014.jpg",
			portrait: false,
			caption: "Susan's first agent brand"
		}
	];
		
