//First, how many galleries are we to deal with
//The galleries front page will re-configure itself
//based on this value and the actual on-line content
NumGals = 1

//Now how many pictures in each gallery
//noting that we dont use gallery number 0!
//			Gal No:0	1	
NumPix = new Array(0,	8	)

//Descriptions of the Galleries
GalDescr = new Array ( "",
	"Winning Images"
)

//How many thumbnail place holders do we have
//expressed as a grid since thats how they appear:
ThumbsX = 4
ThumbsY = 10

//This is a bit ugly but I can't see a KISS way roubd it yet
//One big array of all picture descriptions:
Descriptions = new Array ( "",
//G1:Winning & Published images
	"Leopard Nose - Winner BBC Staff Photo Comp 2006",
	"Crazy Daisy - 3rd APOY 2007 Round 4",
	"Walking Gallery - Placed APOY 2008",
	"Giant's Causeway - Shortlisted TPOTY 2008",
	"Krishna Woman - Shortlisted TPOTY 2008",
	"Club Moist - Published What Digital Camera 2008",
	"Dancer - Commended BBC Staff Photo Comp 2008",
	"Pinhole Clock - Published Tailcast 2008"
)
