if (document.images) { // Active Imagesenteron = new Image();enteron.src = "http://www.jerseygirl-movie.com/images/splash/enter1.gif";traileron = new Image();traileron.src = "http://www.jerseygirl-movie.com/images/splash/trailer1.gif";abouton = new Image();abouton.src = "http://www.jerseygirl-movie.com/images/splash/about1.gif";caston = new Image();caston.src = "http://www.jerseygirl-movie.com/images/splash/cast1.gif";filmon = new Image();filmon.src = "http://www.jerseygirl-movie.com/images/splash/film1.gif";enteroff = new Image();enteroff.src = "http://www.jerseygirl-movie.com/images/splash/enter.gif";traileroff = new Image();traileroff.src = "http://www.jerseygirl-movie.com/images/splash/trailer.gif";aboutoff = new Image();aboutoff.src = "http://www.jerseygirl-movie.com/images/splash/about.gif";castoff = new Image();castoff.src = "http://www.jerseygirl-movie.com/images/splash/cast.gif";filmoff = new Image();filmoff.src = "http://www.jerseygirl-movie.com/images/splash/film.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");}}