var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [645, 370], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/slides/Layer_1.png", "", "", "Greek Salad"],
		["images/slides/Layer_2.png", "", "", "Tabouleh Salad"],		
		["images/slides/Layer_3.png", "", "", "Fattoush Salad"],
		["images/slides/Layer_5.png", "", "", "Chicken Shawarma"],
		["images/slides/Layer_6.png", "", "", "Peperoni"],
		["images/slides/Layer_7.png", "", "", "bbq chicken"],
		["images/slides/Layer_8.png", "", "", "Homemade Pita"],
		["images/slides/Layer_9.png", "", "", "Chicken kebab"],
		["images/slides/Layer_10.png", "", "", "canapè"],
		["images/slides/Layer_11.png", "", "", "assorted open-face sandwiches"],
		["images/slides/Layer_12.png", "", "", "assorted fruit platter"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

/*
var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [645, 370], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/slides/Layer_1.png", "", "", "Salmon Sushi Squares"],
		["images/slides/Layer_2.png", "", "", "Grilled vegetable tower drizzled with balsamic reduction"],		
		["images/slides/Layer_3.png", "", "", "Wild and Brown Rice Pilaf"],
		["images/slides/Layer_4.png", "", "", "Chicken roulade stuffed  with goat cheese and sundried tomato"],	
		["images/slides/Layer_5.png", "", "", "Three Bean, Avocado and Charred Corn Salad"],
		["images/slides/Layer_6.png", "", "", "Tomato and Bocconcini Skewers"],
		["images/slides/Layer_7.png", "", "", "Assorted Sandwich Platter"],
		["images/slides/Layer_8.png", "", "", "Corporate Morning Glory Breakfast"],
		["images/slides/Layer_9.png", "", "", "Grilled lamb chop resting on sweet potato puree topped with crispy onion straws"],
		["images/slides/Layer_10.png", "", "", "Beef tenderloin atop truffled mashed potatoes drizzled with a merlot jus"],
		["images/slides/Layer_11.png", "", "", "Selection of Tarts"],
		["images/slides/Layer_12.png", "", "", "Seared tuna atop a mango slaw"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: "fadeshow2toggler"
})
*/
