var photos = new Array();

// Load the array
photos[0] = new Array();
photos[0].imageName = "images/gallery/wine/wine1.jpg";
photos[0].thumbName = "images/gallery/wine/wine1_thumb.jpg";
photos[0].caption = "";
photos[1] = new Array();
photos[1].imageName = "images/gallery/wine/wine2.jpg";
photos[1].thumbName = "images/gallery/wine/wine2_thumb.jpg";
photos[1].caption = "";
photos[2] = new Array();
photos[2].imageName = "images/gallery/wine/wine3.jpg";
photos[2].thumbName = "images/gallery/wine/wine3_thumb.jpg";
photos[2].caption = "";
photos[3] = new Array();
photos[3].imageName = "images/gallery/wine/wine4.jpg";
photos[3].thumbName = "images/gallery/wine/wine4_thumb.jpg";
photos[3].caption = "";
photos[4] = new Array();
photos[4].imageName = "images/gallery/wine/wine5.jpg";
photos[4].thumbName = "images/gallery/wine/wine5_thumb.jpg";
photos[4].caption = "";
photos[5] = new Array();
photos[5].imageName = "images/gallery/wine/wine6.jpg";
photos[5].thumbName = "images/gallery/wine/wine6_thumb.jpg";
photos[5].caption = "";
photos[6] = new Array();
photos[6].imageName = "images/spacer.gif";
photos[6].thumbName = "images/spacer.gif";
photos[6].caption = "";
photos[7] = new Array();
photos[7].imageName = "images/spacer.gif";
photos[7].thumbName = "images/spacer.gif";
photos[7].caption = "";
photos[8] = new Array();
photos[8].imageName = "images/spacer.gif";
photos[8].thumbName = "images/spacer.gif";
photos[8].caption = "";
photos[9] = new Array();
photos[9].imageName = "images/spacer.gif";
photos[9].thumbName = "images/spacer.gif";
photos[9].caption = "";