//CHANGE THESE 2 LINES TO CHANGE THE DISPLAY NAME AND DESCRIPTION
var gallery_name = "Hallween Party 2006";
var gallery_desc = "The fairy tale nightmare.";

//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] = "./d1.jpg";
credits[x] = "Mr. October";
captions[x] = "Coming in the front hall.";

x++;
imgs[x] = "./d2.jpg";
credits[x] = "Mr. October";
captions[x] = "Our stone wall in the hall.";

x++;
imgs[x] = "./d3.jpg";
credits[x] = "Mr. October";
captions[x] = "The new giant gargoyle.";

x++;
imgs[x] = "./d4.jpg";
credits[x] = "Mr. October";
captions[x] = "The new coffin gaurded by the wolf.";

x++;
imgs[x] = "./d5.jpg";
credits[x] = "Mr. October";
captions[x] = "The zombie in the coffin.";

x++;
imgs[x] = "./d6.jpg";
credits[x] = "Mr. October";
captions[x] = "The witch and Grossferatu";

x++;
imgs[x] = "./d7.jpg";
credits[x] = "Mr. October";
captions[x] = "";

x++;
imgs[x] = "./d8.jpg";
credits[x] = "Mr. October";
captions[x] = "The brain.";

x++;
imgs[x] = "./k1.jpg";
credits[x] = "Mr. October";
captions[x] = "Ethan and Katie making sure nothing is going to reach out.";

x++;
imgs[x] = "./k2.jpg";
credits[x] = "Mr. October";
captions[x] = "Katie and Ethan";

x++;
imgs[x] = "./k3.jpg";
credits[x] = "Mr. October";
captions[x] = "Ethan";

x++;
imgs[x] = "./k4.jpg";
credits[x] = "Mr. October";
captions[x] = "The swarm";

x++;
imgs[x] = "./k5.jpg";
credits[x] = "Mr. October";
captions[x] = "Nancy and Ethan in deep conversation.";

x++;
imgs[x] = "./k6.jpg";
credits[x] = "Mr. October";
captions[x] = "Notice the dismembered hand in the long hair - nice touch.";

x++;
imgs[x] = "./k7.jpg";
credits[x] = "Mr. October";
captions[x] = "Kate and Celia.";

x++;
imgs[x] = "./k8.jpg";
credits[x] = "Mr. October";
captions[x] = "Wiped out.";

x++;
imgs[x] = "./g1.jpg";
credits[x] = "Mr. October";
captions[x] = "Gangsters were a big &quot;hit&quot;";

x++;
imgs[x] = "./g2.jpg";
credits[x] = "Mr. October";
captions[x] = "Colleen, Brenda, and Olivia.";

x++;
imgs[x] = "./g3.jpg";
credits[x] = "Mr. October";
captions[x] = "Viv taking it easy.";

x++;
imgs[x] = "./f1.jpg";
credits[x] = "Mr. October";
captions[x] = "The bleeding skull fountain.";

x++;
imgs[x] = "./f2.jpg";
credits[x] = "Mr. October";
captions[x] = "Side view of the bleeding skull fountain.";

x++;
imgs[x] = "./f3.jpg";
credits[x] = "Mr. October";
captions[x] = "Nastier when you drink from the blood stream.";





}

