if (document.images) { // Active Imagesmyspaceon = new Image();myspaceon.src = "images/menu/myspace1.jpg";facebookon = new Image();facebookon.src = "images/menu/facebook1.jpg";homeon = new Image();homeon.src = "images/menu/home1.gif";storyon = new Image();storyon.src = "images/menu/story1.gif";traileron = new Image();traileron.src = "images/menu/trailer1.gif";productionon = new Image();productionon.src = "images/menu/production1.gif";downloadson = new Image();downloadson.src = "images/menu/downloads1.gif";galleryon = new Image();galleryon.src = "images/menu/gallery1.gif";caston = new Image();caston.src = "images/menu/cast1.gif";pornon = new Image();pornon.src = "images/menu/pornname1.gif";myspaceoff = new Image();myspaceoff.src = "images/menu/myspace.jpg";facebookoff = new Image();facebookoff.src = "images/menu/facebook.jpg";homeoff = new Image();homeoff.src = "images/menu/home.gif";storyoff = new Image();storyoff.src = "images/menu/story.gif";traileroff = new Image();traileroff.src = "images/menu/trailer.gif";productionoff = new Image();productionoff.src = "images/menu/production.gif";downloadsoff = new Image();downloadsoff.src = "images/menu/downloads.gif";galleryoff = new Image();galleryoff.src = "images/menu/gallery.gif";castoff = new Image();castoff.src = "images/menu/cast.gif";pornoff = new Image();pornoff.src = "images/menu/pornname.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");}}