var photos = new Array();

// Load the array
photos[0] = new Array();
photos[0].imageName = "images/gallery/restaurant/restaurant3.jpg";
photos[0].thumbName = "images/gallery/restaurant/restaurant3_thumb.jpg";
photos[0].caption = "";
photos[1] = new Array();
photos[1].imageName = "images/gallery/restaurant/restaurant2.jpg";
photos[1].thumbName = "images/gallery/restaurant/restaurant2_thumb.jpg";
photos[1].caption = "";
photos[2] = new Array();
photos[2].imageName = "images/gallery/restaurant/restaurant5.jpg";
photos[2].thumbName = "images/gallery/restaurant/restaurant5_thumb.jpg";
photos[2].caption = "";
photos[3] = new Array();
photos[3].imageName = "images/gallery/restaurant/restaurant6.jpg";
photos[3].thumbName = "images/gallery/restaurant/restaurant6_thumb.jpg";
photos[3].caption = "";
photos[4] = new Array();
photos[4].imageName = "images/gallery/restaurant/restaurant7.jpg";
photos[4].thumbName = "images/gallery/restaurant/restaurant7_thumb.jpg";
photos[4].caption = "";
photos[5] = new Array();
photos[5].imageName = "images/gallery/restaurant/restaurant8.jpg";
photos[5].thumbName = "images/gallery/restaurant/restaurant8_thumb.jpg";
photos[5].caption = "";
photos[6] = new Array();
photos[6].imageName = "images/gallery/restaurant/restaurant9.jpg";
photos[6].thumbName = "images/gallery/restaurant/restaurant9_thumb.jpg";
photos[6].caption = "";
photos[7] = new Array();
photos[7].imageName = "images/gallery/restaurant/restaurant10.jpg";
photos[7].thumbName = "images/gallery/restaurant/restaurant10_thumb.jpg";
photos[7].caption = "";
photos[8] = new Array();
photos[8].imageName = "images/gallery/restaurant/restaurant_inside.jpg";
photos[8].thumbName = "images/gallery/restaurant/restaurant_inside_thumb.jpg";
photos[8].caption = "";
photos[9] = new Array();
photos[9].imageName = "images/gallery/restaurant/restaurant_outside.jpg";
photos[9].thumbName = "images/gallery/restaurant/restaurant_outside_thumb.jpg";
photos[9].caption = "";