// The following list can be read as an spreadsheet.
// First column is path to picture
// Second column is the text description
// Third column is the categories in which the picture belongs;
//		categories are:  shows objects sinks surfaces floors overview
//		categories are separated by a space
var picSm="";
var picLg="";
var numCols=3;
var NumGalleries = 1;
var Gallery1= new Array(
	"images/LWBldg_West.jpg",	"Living Word meets in the old creamery building on RM 967",	"LW",
	"images/DCP_0588_PLFam120.jpg",	"Pastor Lori and family",	"LW",
	"images/DSC09319_338w.jpg",	"Living Word at Buda Fest Parade", "LW",
	"images/DSC09735_338w.jpg", "Pastor Lori leading Christmas Eve Service 2007", "LW",
	"images/OctNewMembers_338w.jpg", "New Members", "LW",
	"images/LWSign.jpg",		"Turn into the parking lot when you see this sign", "LW",
	"images/LWBldg.jpg",		"Living Word meets in the old creamery building on RM 967 (approaching from the east)",	"LW",
	"images/NeighborhoodWalk.jpg",	"Neighborhood Invitation Walk 2006", "LW"
);

