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