//The number of thumbnails on a line.
TableWidth = 3;

linx = new Array;
desc = new Array;

// add new thumbnails at the end of the list, making sure
// that there are no missing numbers.

// The first line gives the filename of the image
// The second gives a description
// note that each entry has 2 images. The main image (eg "gallery01.jpg")
// and the thumbnail ("thumb-gallery01.jpg").
// Any type of image may be used in this gallery.
linx[0] = "gallery01.jpg";
desc[0] = "Deauville IIs at Stratford";

linx[1] = "gallery02.jpg";
desc[1] = "Debonairs at Stratford";

linx[2] = "tatton2.jpg";
desc[2] = "Tatton Park";

linx[3] = "tattonpark.jpg";
desc[3] = "Tatton Park";

linx[4] = "xox.jpg";
desc[4] = "CA Porthole";

linx[5] = "oulton.jpg";
desc[5] = "Oulton Park";

linx[6] = "abbey.jpg";
desc[6] = "Leicester Mercury";

linx[7] = "parispeking.jpg";
desc[7] = "Paris Peking competitior";

linx[8] = "trentham.jpg";
desc[8] = "Trentham Gardens";

linx[9] = "wideknebworth.jpg";
desc[9] = "Knebworth Park, August Bank Holiday";

linx[10]= "widebilling.jpg";
desc[10]= "Billing Land Rover Rally 2000";

