if (document.images) { // Active Imageswhooon = new Image();whooon.src = "/menu/who1.gif";whaton = new Image();whaton.src = "/menu/what1.gif";spuon = new Image();spuon.src = "/menu/spu1.gif";poetryon = new Image();poetryon.src = "/menu/poetry1.gif";methodologyon = new Image();methodologyon.src = "/menu/methodology1.gif";fundingon = new Image();fundingon.src = "/menu/funding1.gif";publicationson = new Image();publicationson.src = "/menu/publications1.gif";audiovideoon = new Image();audiovideoon.src = "/menu/audiovideo1.gif";recordingon = new Image();recordingon.src = "/menu/recording1.gif";galleryon = new Image();galleryon.src = "/menu/gallery1.gif";communityon = new Image();communityon.src = "/menu/community1.gif";contacton = new Image();contacton.src = "/menu/contact1.gif";homeon = new Image();homeon.src = "/menu/home1.gif";whoooff = new Image();whoooff.src = "/menu/who.gif";whatoff = new Image();whatoff.src = "/menu/what.gif";spuoff = new Image();spuoff.src = "/menu/spu.gif";poetryoff = new Image();poetryoff.src = "/menu/poetry.gif";methodologyoff = new Image();methodologyoff.src = "/menu/methodology.gif";fundingoff = new Image();fundingoff.src = "/menu/funding.gif";publicationsoff = new Image();publicationsoff.src = "/menu/publications.gif";audiovideooff = new Image();audiovideooff.src = "/menu/audiovideo.gif";recordingoff = new Image();recordingoff.src = "/menu/recording.gif";galleryoff = new Image();galleryoff.src = "/menu/gallery.gif";communityoff = new Image();communityoff.src = "/menu/community.gif";contactoff = new Image();contactoff.src = "/menu/contact.gif";homeoff = new Image();homeoff.src = "/menu/home.gif";}// Function to 'activate' images.function imgOn(imgName) {if (document.images) {document[imgName].src = eval(imgName + "on.src");}}// Function to 'deactivate' images.function imgOff(imgName) {if (document.images) {document[imgName].src = eval(imgName + "off.src");}}