        homeon = new Image();
        homeon.src = "/local/images/iface/homeon.gif";
        eventson = new Image();
        eventson.src = "/local/images/iface/eventson.gif";
        studioinfoon = new Image();
        studioinfoon.src = "/local/images/iface/studioinfoon.gif";
        linkson = new Image();
        linkson.src = "/local/images/iface/linkson.gif";
        galleryon = new Image();
        galleryon.src = "/local/images/iface/galleryon.gif";
        whatsnewon = new Image();
        whatsnewon.src = "/local/images/iface/whatsnewon.gif";
        contacton = new Image();
        contacton.src = "/local/images/iface/contacton.gif";
        newsletteron = new Image();
        newsletteron.src = "/local/images/iface/newsletteron.gif";
        staffon = new Image();
        staffon.src = "/local/images/iface/staffon.gif";
        guestbookon = new Image();
        guestbookon.src = "/local/images/iface/guestbookon.gif";
        previewon = new Image();
        previewon.src = "/local/images/iface/previewon.gif";
        conteston = new Image();
        conteston.src = "/local/images/iface/conteston.gif";
        specialson = new Image();
        specialson.src = "/local/images/iface/specialson.gif";
        monthlyimageon = new Image();
        monthlyimageon.src = "/local/images/iface/monthlyimageon.gif";

        homeoff = new Image();
        homeoff.src = "/local/images/iface/home.gif";
        eventsoff = new Image();
        eventsoff.src = "/local/images/iface/events.gif";
        studioinfooff = new Image();
        studioinfooff.src = "/local/images/iface/studioinfo.gif";
        linksoff = new Image();
        linksoff.src = "/local/images/iface/links.gif";
        galleryoff = new Image();
        galleryoff.src = "/local/images/iface/gallery.gif";
        whatsnewoff = new Image();
        whatsnewoff.src = "/local/images/iface/whatsnew.gif";
        contactoff = new Image();
        contactoff.src = "/local/images/iface/contact.gif";
        newsletteroff = new Image();
        newsletteroff.src = "/local/images/iface/newsletter.gif";
        staffoff = new Image();
        staffoff.src = "/local/images/iface/staff.gif";
        guestbookoff = new Image();
        guestbookoff.src = "/local/images/iface/guestbook.gif";
        previewoff = new Image();
        previewoff.src = "/local/images/iface/preview.gif";
        contestoff = new Image();
        contestoff.src = "/local/images/iface/contest.gif";
        specialsoff = new Image();
        specialsoff.src = "/local/images/iface/specials.gif";
        monthlyimageoff = new Image();
        monthlyimageoff.src = "/local/images/iface/monthlyimage.gif";



function img_act(imgName) {
        imgOn = eval(imgName + "on.src");
        document [imgName].src = imgOn;
}


function img_inact(imgName) {
        imgOff = eval(imgName + "off.src");
        document [imgName].src = imgOff;
}
