if (document.images) { // Active Imagessynopsison = new Image();synopsison.src = "images/menu/synopsis1.gif";dson = new Image();dson.src = "images/menu/ds1.gif";presson = new Image();presson.src = "images/menu/press1.gif";photoson = new Image();photoson.src = "images/menu/photos1.gif";clipson = new Image();clipson.src = "images/menu/clips1.gif";caston = new Image();caston.src = "images/menu/cast1.gif";bioson = new Image();bioson.src = "images/menu/bios1.gif";qaon = new Image();qaon.src = "images/menu/qa1.gif";freeon = new Image();freeon.src = "images/menu/free1.gif";pcon = new Image();pcon.src = "images/menu/pc1.gif";contacton = new Image();contacton.src = "images/menu/contact1.gif";rpon = new Image();rpon.src = "images/menu1/rp1.gif";mhomeon = new Image();mhomeon.src = "images/menu1/home1.gif";msynopsison = new Image();msynopsison.src = "images/menu1/synopsis1.gif";mdson = new Image();mdson.src = "images/menu1/ds1.gif";mpresson = new Image();mpresson.src = "images/menu1/press1.gif";mphotoson = new Image();mphotoson.src = "images/menu1/photos1.gif";mclipson = new Image();mclipson.src = "images/menu1/clips1.gif";mcaston = new Image();mcaston.src = "images/menu1/cast1.gif";mbioson = new Image();mbioson.src = "images/menu1/bios1.gif";mqaon = new Image();mqaon.src = "images/menu1/qa1.gif";mfreeon = new Image();mfreeon.src = "images/menu1/free1.gif";mcreditson = new Image();mcreditson.src = "images/menu1/credits1.gif";mcontacton = new Image();mcontacton.src = "images/menu1/contact1.gif";homeon = new Image();homeon.src = "images/menu/home1.gif";synopsisoff = new Image();synopsisoff.src = "images/menu/synopsis.gif";dsoff = new Image();dsoff.src = "images/menu/ds.gif";pressoff = new Image();pressoff.src = "images/menu/press.gif";photosoff = new Image();photosoff.src = "images/menu/photos.gif";clipsoff = new Image();clipsoff.src = "images/menu/clips.gif";castoff = new Image();castoff.src = "images/menu/cast.gif";biosoff = new Image();biosoff.src = "images/menu/bios.gif";qaoff = new Image();qaoff.src = "images/menu/qa.gif";freeoff = new Image();freeoff.src = "images/menu/free.gif";pcoff = new Image();pcoff.src = "images/menu/pc.gif";contactoff = new Image();contactoff.src = "images/menu/contact.gif";homeoff = new Image();homeoff.src = "images/menu/home.gif";rpoff = new Image();rpoff.src = "images/menu1/rp.gif";mhomeoff = new Image();mhomeoff.src = "images/menu1/home.gif";msynopsisoff = new Image();msynopsisoff.src = "images/menu1/synopsis.gif";mdsoff = new Image();mdsoff.src = "images/menu1/ds.gif";mpressoff = new Image();mpressoff.src = "images/menu1/press.gif";mphotosoff = new Image();mphotosoff.src = "images/menu1/photos.gif";mclipsoff = new Image();mclipsoff.src = "images/menu1/clips.gif";mcastoff = new Image();mcastoff.src = "images/menu1/cast.gif";mbiosoff = new Image();mbiosoff.src = "images/menu1/bios.gif";mqaoff = new Image();mqaoff.src = "images/menu1/qa.gif";mfreeoff = new Image();mfreeoff.src = "images/menu1/free.gif";mcreditsoff = new Image();mcreditsoff.src = "images/menu1/credits.gif";mcontactoff = new Image();mcontactoff.src = "images/menu1/contact.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");}}