WPGgallery = new Object();
WPGgallery.name = "Urban%20Expo%20Class%20of%202003";
WPGgallery.photographer = "Keith%20Pezzoli";
WPGgallery.contact = "";
WPGgallery.email = "";
WPGgallery.date = "12/8/2007"

WPGgallery.colors = new Object();
WPGgallery.colors.background = "#FFFFFF";
WPGgallery.colors.banner = "#F0F0F0";
WPGgallery.colors.text = "#000000";
WPGgallery.colors.link = "#0000FF";
WPGgallery.colors.alink = "#FF0000";
WPGgallery.colors.vlink = "#800080";

gPhotos = new Array();
gPhotos[0] = new Object();
gPhotos[0].filename = "2002_2003b.jpg";
gPhotos[0].ImageWidth = 900;
gPhotos[0].ImageHeight = 675;
gPhotos[0].ThumbWidth = 250;
gPhotos[0].ThumbHeight = 187;
gPhotos[0].meta = new Object();

gPhotos[1] = new Object();
gPhotos[1].filename = "expo2003Draft11.jpg";
gPhotos[1].ImageWidth = 900;
gPhotos[1].ImageHeight = 721;
gPhotos[1].ThumbWidth = 250;
gPhotos[1].ThumbHeight = 200;
gPhotos[1].meta = new Object();

gPhotos[2] = new Object();
gPhotos[2].filename = "Urban%20Expo%20200300201.jpg";
gPhotos[2].ImageWidth = 900;
gPhotos[2].ImageHeight = 675;
gPhotos[2].ThumbWidth = 250;
gPhotos[2].ThumbHeight = 187;
gPhotos[2].meta = new Object();


