//CHANGE THESE 2 LINES TO CHANGE THE DISPLAY NAME AND DESCRIPTION
var gallery_name = "The New Coffin";
var gallery_desc = "The coffin they carry you off in.";

//Change the content of this function to identify the FULL SIZE images to display.
//The javascript will make thumbnails when it renders the page to the user.
function loadImages() {
var x;

x=-1;

x++;
imgs[x] = "./coffin1.jpg";
credits[x] = "Mr. October";

x++;
imgs[x] = "./coffin2.jpg";
credits[x] = "Mr. October";

x++;
imgs[x] = "./coffin3.jpg";
credits[x] = "Mr. October";


x++;
imgs[x] = "./coffin4.jpg";
credits[x] = "Mr. October";


x++;
imgs[x] = "./coffin5.jpg";
credits[x] = "Mr. October";

x++;
imgs[x] = "./coffin6.jpg";
credits[x] = "Mr. October";


x++;
imgs[x] = "./c1.jpg";
credits[x] = "Mr. October";


x++;
imgs[x] = "./c2.jpg";
credits[x] = "Mr. October";


x++;
imgs[x] = "./c3.jpg";
credits[x] = "Mr. October";


x++;
imgs[x] = "./c4.jpg";
credits[x] = "Mr. October";


x++;
imgs[x] = "./br1.jpg";
credits[x] = "Mr. October";
captions[x] = "This is the bier for the coffin. We will give it a stone finish next.";

x++;
imgs[x] = "./br2.jpg";
credits[x] = "Mr. October";

x++;
imgs[x] = "./cf1.jpg";
credits[x] = "Mr. October";
captions[x] = "Bier with the stone finish and coffin on top.";

x++;
imgs[x] = "./cf2.jpg";
credits[x] = "Mr. October";
captions[x] = "Motion sensitive open and close. We will put something bigger inside.";


}

