if (document.images) { // Active Imagesabouton = new Image();abouton.src = "images/top/about1.gif";traileron = new Image();traileron.src = "images/top/trailer1.gif";caston = new Image();caston.src = "images/top/cast1.gif";photoson = new Image();photoson.src = "images/top/photos1.gif";highlandson = new Image();highlandson.src = "images/top/highlands1.gif";downloadson = new Image();downloadson.src = "images/top/downloads1.gif";questionson = new Image();questionson.src = "images/top/contact1.gif";homeon = new Image();homeon.src = "images/bottom/home1.gif";babouton = new Image();babouton.src = "images/bottom/about1.gif";btraileron = new Image();btraileron.src = "images/bottom/trailer1.gif";bcaston = new Image();bcaston.src = "images/bottom/cast1.gif";bphotoson = new Image();bphotoson.src = "images/bottom/photos1.gif";bhighlandson = new Image();bhighlandson.src = "images/bottom/highlands1.gif";bdownloadson = new Image();bdownloadson.src = "images/bottom/downloads1.gif";bcommentson = new Image();bcommentson.src = "images/bottom/comments1.gif";aboutoff = new Image();aboutoff.src = "images/top/about.gif";traileroff = new Image();traileroff.src = "images/top/trailer.gif";castoff = new Image();castoff.src = "images/top/cast.gif";photosoff = new Image();photosoff.src = "images/top/photos.gif";highlandsoff = new Image();highlandsoff.src = "images/top/highlands.gif";downloadsoff = new Image();downloadsoff.src = "images/top/downloads.gif";questionsoff = new Image();questionsoff.src = "images/top/contact.gif";homeoff = new Image();homeoff.src = "images/bottom/home.gif";baboutoff = new Image();baboutoff.src = "images/bottom/about.gif";btraileroff = new Image();btraileroff.src = "images/bottom/trailer.gif";bcastoff = new Image();bcastoff.src = "images/bottom/cast.gif";bphotosoff = new Image();bphotosoff.src = "images/bottom/photos.gif";bhighlandsoff = new Image();bhighlandsoff.src = "images/bottom/highlands.gif";bdownloadsoff = new Image();bdownloadsoff.src = "images/bottom/downloads.gif";bcommentsoff = new Image();bcommentsoff.src = "images/bottom/comments.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");}}