// 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
//
// Code copyright 2007 by Michael D Cato of Hays Technical Services, Buda TX.
//

var picSm="P320";
var picLg="P640";
var numCols=3;
var NumGalleries = 1;
var Gallery1= new Array(
	"images/DSC00270_crop_142h.jpg",		"2008 Weiner Dog Races - March to Buda Park - 26-Apr-2008",		"banner",
	"images/DSC00277_crop_142h.jpg",		"2008 Weiner Dog Races - March to Buda Park - 26-Apr-2008",		"banner",
	"images/DSC00294_crop_142h.jpg",		"2008 Weiner Dog Races - Mr Gibbs directs National Anthem - 26-Apr-2008",		"banner",
	"images/DSC00298_crop_142h.jpg",		"2008 Weiner Dog Races - 26-Apr-2008",		"banner",
	"images/DSC09427_crop_142h.jpg",		"2007 Winter Follies - Wind Ensemble - 9-Dec-2007",		"banner",
	"images/DSC09352_crop_142h.jpg",		"2007 Winter Follies - Symphonic Band - 9-Dec-2007",	"banner",
	"images/DSC08711_crop_655w.jpg",		"2007 Band-O-Rama - Mr. Gibbs conducts the combined bands - 19-Oct-2007",	"banner",
	"images/DSC08529_crop_655w.jpg",		"2007 Marching Season - UIL Marching Contest - 16-Oct-2007",	"banner",
	"images/DSC08568_crop_655w.jpg",		"2007 Marching Season - UIL Marching Contest - 16-Oct-2007",	"banner",
	"images/DSC08588_crop_655w.jpg",		"2007 Marching Season - UIL Marching Contest - 16-Oct-2007",	"banner",
	"images/DSC08366_crop_655w.jpg",		"2007 Marching Season - Westlake Marching Festival - 13-Oct-2007",	"banner",
	"images/IMG_2999_crop_655w.jpg",		"2007 Marching Season - Westlake Marching Festival - 13-Oct-2007",	"banner",
	"images/DSC08114_crop_655w.jpg",		"2007 Marching Season - Hornet Invitational - 29-Sep-2007",			"banner",
	"images/IMG_2134_crop_655w.jpg",		"2007 Marching Season - Hornet Invitational - 29-Sep-2007",			"banner",
	"images/IMG_2193_crop_655w.jpg",		"2007 Marching Season - Hornet Invitational - 29-Sep-2007",			"banner",
	"images/IMG_0853_crop_655w.jpg",		"2007 Marching Season - Marching into the Stadium",		"banner",
	"images/DSC07913_crop_655w.jpg" ,		"2007 Marching Season - Preparing to Take the Field",	"banner",
	"images/DSC07716_crop_680.jpg" ,		"2007 Marching Season - Drumline",						"banner",
	"images/DSC06462_crop2_avg_680.jpg" ,	"2007 Concert Season",									"banner",
	"images/DSC04929_crop_680b.jpg" ,		"2006 Marching Season",									"banner"
);
