// DEFINE IMAGE GALERY PICTURES AND TEXT
var mImage = new Array();
var mCaption = new Array();
var mTitle = new Array();

mImage[0] = "images/toc/ewa.jpg";
mCaption[0] = "This is a family favourite!  You must try this beans on toast for breakfast but please do not forget to go to work!";
mTitle[0] = "Ewa";

mImage[1] = "images/toc/akara_pancakes.jpg";
mCaption[1] = "Eat with salad as snack or appetizer.  Delicious!";
mTitle[1] = "Akara Pancakes";

mImage[2] = "images/toc/beans_with_coconut_rice.jpg"
mCaption[2] = "This is truly unbelievable!  Watch people ask for second and third helpings of this tasty dish.";
mTitle[2] = "Beans with Coconut Rice";

mImage[3] = "images/toc/spinach_bean_cake.jpg";
mCaption[3] = "This dish has an amazingly light flavour which is enhanced by the spinach.  Perfect for a vegetarian picnic on a spring day, or for a summer barbecue.";
mTitle[3] = "Savoury Spinach Bean Cake";

mImage[4] = "images/toc/flat_corn_cakes.jpg";
mCaption[4] = "These are excellent for parties. Serve with rice, fresh salad or as a snack.";
mTitle[4] = "Flat Corn Cakes";

mImage[5] = "images/toc/vegetable_salad.jpg";
mCaption[5] = "Serve with rice, moi moi or akara. Absolutely delicious!";
mTitle[5] = "Vegetable Salad";
