var photos = new Array();

// Load the array
photos[0] = new Array();
photos[0].imageName = "images/gallery/food/food1.jpg";
photos[0].thumbName = "images/gallery/food/food1_thumb.jpg";
photos[0].caption = "Tortelloni al Pomodoro Fresco <br /><i>Tortelloni with Fresh Tomatoes and Basil</i>";
photos[1] = new Array();
photos[1].imageName = "images/gallery/food/lamb_pasta_asparagus.jpg";
photos[1].thumbName = "images/gallery/food/lamb_pasta_asparagus_thumb.jpg";
photos[1].caption = "Lamb Pasta with Asparagus";
photos[2] = new Array();
photos[2].imageName = "images/gallery/food/food3.jpg";
photos[2].thumbName = "images/gallery/food/food3_thumb.jpg";
photos[2].caption = "Gnocchi di Zafferanon con Scampi <br /><i>Saffron Gnocchi with Prawns</i>";
photos[3] = new Array();
photos[3].imageName = "images/gallery/food/food4.jpg";
photos[3].thumbName = "images/gallery/food/food4_thumb.jpg";
photos[3].caption = "Brasato di Coniglio ai Peperoni<br /><i>Oven Braised Rabbit with Bell Pepper Sauce</i>";
photos[4] = new Array();
photos[4].imageName = "images/gallery/food/pear.jpg";
photos[4].thumbName = "images/gallery/food/pear_thumb.jpg";
photos[4].caption = "Pear";
photos[5] = new Array();
photos[5].imageName = "images/gallery/food/food6.jpg";
photos[5].thumbName = "images/gallery/food/food6_thumb.jpg";
photos[5].caption = "Branzino Arrosto con Prosciutto<br /><i>Roasted Chilean Sea Bass with Prosciutto</i>";
photos[6] = new Array();
photos[6].imageName = "images/gallery/food/food7.jpg";
photos[6].thumbName = "images/gallery/food/food7_thumb.jpg";
photos[6].caption = "Zuccotto<br /><i>Dome shaped, Chocolate coated Zuccotto</i>";
photos[7] = new Array();
photos[7].imageName = "images/gallery/food/saffron_ravioli.jpg";
photos[7].thumbName = "images/gallery/food/saffron_ravioli_thumb.jpg";
photos[7].caption = "Saffron Ravioli";
photos[8] = new Array();
photos[8].imageName = "images/spacer.gif";
photos[8].thumbName = "images/spacer.gif";
photos[8].caption = "Pear";
photos[9] = new Array();
photos[9].imageName = "images/spacer.gif";
photos[9].thumbName = "images/spacer.gif";
photos[9].caption = "";