// JavaScript Document
	var photos = [
		{
			largeImage: "Strobe001.jpg",
			thumbnail:  "thumbs/Strobe001.jpg",
			portrait: false,
			caption: ""
		},
		{
			largeImage: "Strobe002.jpg",
			thumbnail:  "thumbs/Strobe002.jpg",
			portrait: false,
			caption: ""
		},
		{
			largeImage: "Strobe003.jpg",
			thumbnail:  "thumbs/Strobe003.jpg",
			portrait: false,
			caption: ""
		},
		{
			largeImage: "Strobe004.jpg",
			thumbnail:  "thumbs/Strobe004.jpg",
			portrait: false,
			caption: ""
		},
		{
			largeImage: "Strobe005.jpg",
			thumbnail:  "thumbs/Strobe005.jpg",
			portrait: false,
			caption: ""
		},
		{
			largeImage: "Strobe006.jpg",
			thumbnail:  "thumbs/Strobe006.jpg",
			portrait: false,
			caption: ""
		},
		{
			largeImage: "Strobe007.jpg",
			thumbnail:  "thumbs/Strobe007.jpg",
			portrait: true,
			caption: ""
		},
		{
			largeImage: "Strobe008.jpg",
			thumbnail:  "thumbs/Strobe008.jpg",
			portrait: false,
			caption: ""
		},
		{
			largeImage: "Strobe009.jpg",
			thumbnail:  "thumbs/Strobe009.jpg",
			portrait: false,
			caption: ""
		},
		{
			largeImage: "Strobe010.jpg",
			thumbnail:  "thumbs/Strobe010.jpg",
			portrait: false,
			caption: ""
		},
		{
			largeImage: "Strobe011.jpg",
			thumbnail:  "thumbs/Strobe011.jpg",
			portrait: false,
			caption: ""
		},
		{
			largeImage: "Strobe012.jpg",
			thumbnail:  "thumbs/Strobe012.jpg",
			portrait: false,
			caption: ""
		},
		{
			largeImage: "Strobe013.jpg",
			thumbnail:  "thumbs/Strobe013.jpg",
			portrait: false,
			caption: ""
		}
	];
		
