// Do not erase this.
folder_names={};

// Change gallery_folder if you change the Galleries folder name, don't forget the ending /.
gallery_folder="Galleries/";

// Add new images in here, include the folder name for the gallery they belong to, and then the picture name
// gallery_folder is where all the galleries are located, and when the images are viewed that will be prepended.
// make sure a comman (, ) is after each item, except for the last one.
images=[
	"atlantic-health-jets-training-facility/01.jpg",
	"atlantic-health-jets-training-facility/02.jpg",
	"atlantic-health-jets-training-facility/03.jpg",
	"atlantic-health-jets-training-facility/04.jpg",
	"atlantic-health-jets-training-facility/05.jpg",

	"staybar/01.jpg",
	"staybar/02.jpg",
	"staybar/03.jpg",
	"staybar/04.jpg",

	"museum-of-sex/01.jpg",
	"museum-of-sex/02.jpg",
	"museum-of-sex/03.jpg",
	
	"chelsea-speakeasy/01.jpg",
	"chelsea-speakeasy/02.jpg",
	"chelsea-speakeasy/03.jpg",

	"government-building/01.jpg",
	"government-building/02.jpg",
	"government-building/03.jpg",
	"government-building/04.jpg",
	"government-building/05.jpg"];

// add new folder names incase you want the name of the Gallery to be different than the actual golder
// For folders where the name can stay the same, there is no need for a folder_name entry
// example:  folder_names["<put folder name here>"]="<put what you want to show up here>";
folder_names["atlantic-health-jets-training-facility"]="Atlantic Health Jets Training Facility";
folder_names["staybar"]="STAY Bar";
folder_names["museum-of-sex"]="Museum of Sex";
folder_names["chelsea-speakeasy"]="Chelsea Speakeasy";
folder_names["government-building"]="Government Building";
