//
// All Images names should not have any special characters , sticking to alpha and numerics is safest.
// Captions can contain single quotes but not double quotes. Do not use & in captions.
//
//

var galName="Cookouts at Betty's";
var galDir = "/Galleries/Cookouts/";
//
// Gallery Images
// 
var gimg =
[
"crawfishontable.JPG",
"drunkchicken.JPG",
"DSCF0011.JPG",
"purgingcrawfish.jpg",
"sacksofcrawfish.jpg",
"tomworking.jpg",
"wendell.jpg",
"CCM00003.JPG",
"P3120145.JPG",
"P5150129.JPG",
"roasts.jpg",
"dinnertime.JPG"
// Last entry does not have comma after it
];
//
// Gallery Images
// 
var cap = 
[
"Getting the table ready to eat boiled crawfish, corn & potatoes",
"Carving the Drunk Chicken for dinner",
"Group gathers to boil crawfish",
"Purging the crawfish before boiling",
"Sacks of crawfish to boil",
"Preparing roasts to cook in Cajun Microwave Oven",
"Crawfish are boiled and ready for the table",
"Checking the boiling crawfish",
"Wonderful roast dinner!",
"Hot homemade cracklins",
"Roasts cooked in Cajun Microwave Oven",
"Works done and it's time to eat!"
// Last entry does not have comma after it
];


