//
// ALl Images names should not have any special characters , sticking to alpha and umerics is safest.
// Captions can contain single quotes but not double quotes. Do not use & in captions.
//
//

var galName="Images of the Park";
var galDir = "/Galleries/BettysRVPark/";
//
// Gallery Images
// 
var gimg =
[
"P2060128.jpg",
"flowers2.JPG",
"crawfishboil.jpg",
"DSCF0476.JPG",
"DSCF0526.JPG",
"DSCF0480.JPG",
"DSCF0481.JPG",
"DSCF0525.JPG",
"DSCF0528.JPG",
"wenruth.jpg"
// Last entry does not have comma after it
];
//
// Gallery Images
// 
var cap = 
[
"King of the Road Group",
"Landscaping at Betty's",
"Group boiling crawfish at Easter",
"Frogs displayed in a Beautiful Mural",
"RVs at Betty's",
"Mural displays the talents of Betty's RV guest", 
"Frog Mural at Betty's",
"RVs at Betty's",
"Busy season at Betty's",
"Happy Workampers at Betty's RV Park"
// Last entry does not have comma after it
];




