// Define a product constructor
function show(name, description, itemPic) {
	this.name = name;
	this.description = description;
	this.itemPic = itemPic;
	return this;
}


// Define a function to generate the products 
function makeGalleryShow() {
	GalleryShow = new Array(
new show("Gallery_01","Gallery Picture 01","Gallery_01"),
new show("Gallery_02","Gallery Picture 02","Gallery_02"),
new show("Gallery_03","Gallery Picture 03","Gallery_03"),
new show("Gallery_04","Gallery Picture 04","Gallery_04"),
new show("Gallery_05","Gallery Picture 05","Gallery_05"),
new show("Gallery_06","Gallery Picture 06","Gallery_06"),
new show("Gallery_07","Gallery Picture 07","Gallery_07"),
new show("Gallery_08","Gallery Picture 08","Gallery_08"),
new show("Gallery_09","Gallery Picture 09","Gallery_09"),
new show("Gallery_10","Gallery Picture 10","Gallery_10"),
new show("Gallery_11","Gallery Picture 11","Gallery_11"),
new show("Gallery_12","Gallery Picture 12","Gallery_12"),
new show("Gallery_13","Gallery Picture 13","Gallery_13"),
new show("Gallery_14","Gallery Picture 14","Gallery_14"),
new show("Gallery_15","Gallery Picture 15","Gallery_15"),
new show("Gallery_16","Gallery Picture 16","Gallery_16"),
new show("Gallery_17","Gallery Picture 17","Gallery_17"),
new show("Gallery_18","Gallery Picture 18","Gallery_18")
              );

	}

// Define a function to generate the products 
function makeReceptionShow() {
	ReceptionShow = new Array(
new show("Receptions_01","Receptions Picture 01","Receptions_01"),
new show("Receptions_02","Receptions Picture 02","Receptions_02"),
new show("Receptions_03","Receptions Picture 03","Receptions_03"),
new show("Receptions_04","Receptions Picture 04","Receptions_04"),
new show("Receptions_05","Receptions Picture 05","Receptions_05"),
new show("Receptions_06","Receptions Picture 06","Receptions_06"),
new show("Receptions_07","Receptions Picture 07","Receptions_07"),
new show("Receptions_08","Receptions Picture 08","Receptions_08"),
new show("Receptions_09","Receptions Picture 09","Receptions_09")
              );

	}

// Define a function to generate the products 
function makeBouquetShow() {
	BouquetShow = new Array(
new show("Bouquets_01","Bouquets Picture 01","Bouquets_01"),
new show("Bouquets_02","Bouquets Picture 02","Bouquets_02"),
new show("Bouquets_03","Bouquets Picture 03","Bouquets_03"),
new show("Bouquets_04","Bouquets Picture 04","Bouquets_04"),
new show("Bouquets_05","Bouquets Picture 05","Bouquets_05"),
new show("Bouquets_06","Bouquets Picture 06","Bouquets_06"),
new show("Bouquets_07","Bouquets Picture 07","Bouquets_07"),
new show("Bouquets_08","Bouquets Picture 08","Bouquets_08"),
new show("Bouquets_09","Bouquets Picture 09","Bouquets_09")
              );

	}

// Define a function to generate the products 
function makeCeremonyShow() {
	CeremonyShow = new Array(
new show("Ceremonies_01","Ceremonies Picture 01","Ceremonies_01"),
new show("Ceremonies_02","Ceremonies Picture 02","Ceremonies_02"),
new show("Ceremonies_03","Ceremonies Picture 03","Ceremonies_03"),
new show("Ceremonies_04","Ceremonies Picture 04","Ceremonies_04"),
new show("Ceremonies_05","Ceremonies Picture 05","Ceremonies_05"),
new show("Ceremonies_06","Ceremonies Picture 06","Ceremonies_06")
              );

	}

// Define a function to generate the products 
function makeCorpEventShow() {
	CorpEventShow = new Array(
new show("CorpEvents_01","CorpEvents Picture 01","CorpEvents_01"),
new show("CorpEvents_02","CorpEvents Picture 02","CorpEvents_02"),
new show("CorpEvents_03","CorpEvents Picture 03","CorpEvents_03"),
new show("CorpEvents_04","CorpEvents Picture 04","CorpEvents_04"),
new show("CorpEvents_05","CorpEvents Picture 05","CorpEvents_05"),
new show("CorpEvents_06","CorpEvents Picture 06","CorpEvents_06"),
new show("CorpEvents_07","CorpEvents Picture 07","CorpEvents_07"),
new show("CorpEvents_08","CorpEvents Picture 08","CorpEvents_08")
              );

	}

// Define a function to generate the products 
function makeWeeklyShow() {
	WeeklyShow = new Array(
new show("WklyAccts_01","Weekly Accounts Picture 01","WklyAccts_01"),
new show("WklyAccts_02","Weekly Accounts Picture 02","WklyAccts_02"),
new show("WklyAccts_03","Weekly Accounts Picture 03","WklyAccts_03")
              );

	}
