// JavaScript Document

/* Count of columns in header and footer */
var cols = 7;

/* Width of big picture */
var bigWidth = 360;
/* Height of big picture */
var bigHeight = 280;

/* Relative path to big pictures */
var BIG_PATH = "_images/gallery/big";
/* Relative path to thumbnails */
var THUMB_PATH = "_images/gallery/thumb";

/* Disable linking feature */
var disableLinking = false;

/* Extra space between cells */
var spaceBetweenCells = 0;

/* Images configuration */
var startImage = "staff.jpg"

images = new Array();
images[0] = new Array("staff.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[1] = new Array("breadbasket.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[2] = new Array("cannoli.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[3] = new Array("chickenskewers.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[4] = new Array("continentalbrk.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[5] = new Array("eggplantroll.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[6] = new Array("fruitkabobs.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[7] = new Array("icecream.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[8] = new Array("wwb.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[9] = new Array("omelettestation1.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[10] = new Array("event_20desserts.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[11] = new Array("event_21hotbuffet.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[12] = new Array("event_22kabobs.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[13] = new Array("event_18desserts.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[14] = new Array("event_14carving.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[15] = new Array("event_10.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[16] = new Array("event_17cake.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[17] = new Array("bbq_7.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[18] = new Array("bbq_6.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[19] = new Array("bbq_5.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[20] = new Array("bbq_4.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[21] = new Array("bbq_3.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[22] = new Array("bbq_2.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[23] = new Array("event_11bar.jpg", "http://www.coliseumcaterers.com/gallery2.html");
images[24] = new Array("event_12cooler.jpg", "http://www.coliseumcaterers.com/gallery2.html");

