//CHANGE THESE 2 LINES TO CHANGE THE DISPLAY NAME AND DESCRIPTION
var gallery_name = "Halloween Night 2006";
var gallery_desc = "The best halloween haunting ever!";

//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] = "./a.jpg";
shortname[x] = "";
captions[x] = "";
credits[x] = "Mr. October";

x++;
imgs[x] = "./b.jpg";
shortname[x] = "";
captions[x] = "";
credits[x] = "Mr. October";

x++;
imgs[x] = "./c.jpg";
shortname[x] = "";
captions[x] = "";
credits[x] = "Mr. October";

x++;
imgs[x] = "./d.jpg";
shortname[x] = "";
captions[x] = "";
credits[x] = "Mr. October";

x++;
imgs[x] = "./e.jpg";
shortname[x] = "";
captions[x] = "";
credits[x] = "Mr. October";

x++;
imgs[x] = "./f.jpg";
shortname[x] = "";
captions[x] = "";
credits[x] = "Mr. October";

x++;
imgs[x] = "./g.jpg";
shortname[x] = "";
captions[x] = "";
credits[x] = "Mr. October";

x++;
imgs[x] = "./h.jpg";
shortname[x] = "";
captions[x] = "";
credits[x] = "Mr. October";




}

