//
// 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="Halloween at Betty's";
var galDir = "/Galleries/Halloween/";
//
// Gallery Images
// 
var gimg =
[
"Bettys_0049.JPG",
"DSCF0006.JPG",   
"DSCF0479.JPG",   
"DSCF0481.JPG",   
"DSCN1795.JPG",   
"DSCN1797.JPG",   
"DSCN1798-1.jpg", 
"gang2.jpg"      
// Last entry does not have comma after it
];
//
// Gallery Images
// 
var cap = 
[
"RVers help decorate for Halloween",
"Ghosts adorn yard at Halloween",               
"Decorations are underway for Halloween",       
"Halloween display",                            
"A visit from the ghoul at Halloween",          
"Nice and warm Halloween fire",                 
"An unidentified visitor at Halloween",         
"Waiting with snacks for Trick-R-Treaters"     
// Last entry does not have comma after it
];


