<!--





if (document.images) {





var studionzon = new Image();





studionzon.src = "/testfilmnz/generic/icon-studionzon.gif";





var studionzoff = new Image();





studionzoff.src = "/testfilmnz/generic/icon-studionzoff.gif";











var galleryon = new Image();





galleryon.src = "/testfilmnz/generic/icon-galleryon.gif";





var galleryoff = new Image();





galleryoff.src = "/testfilmnz/generic/icon-galleryoff.gif";











var pguideon = new Image();





pguideon.src = "/testfilmnz/generic/icon-pguideon.gif";





var pguideoff = new Image();





pguideoff.src = "/testfilmnz/generic/icon-pguideoff.gif";











var azguideon = new Image();





azguideon.src = "/testfilmnz/generic/icon-azguideon.gif";





var azguideoff = new Image();





azguideoff.src = "/testfilmnz/generic/icon-azguideoff.gif";











var explorationon = new Image();





explorationon.src = "/testfilmnz/generic/icon-explorationon.gif";





var explorationoff = new Image();





explorationoff.src = "/testfilmnz/generic/icon-explorationoff.gif";











var aboutuson = new Image();





aboutuson.src = "/testfilmnz/generic/icon-aboutuson.gif";





var aboutusoff = new Image();





aboutusoff.src = "/testfilmnz/generic/icon-aboutusoff.gif";











var contactuson = new Image();





contactuson.src = "/testfilmnz/generic/icon-contactuson.gif";





var contactusoff = new Image();





contactusoff.src = "/testfilmnz/generic/icon-contactusoff.gif";











}











function act(imgName) {





  if (document.images) 





    document[imgName].src = eval(imgName + "on.src");





}











function inact(imgName) {





  if (document.images)





    document[imgName].src = eval(imgName + "off.src");





}






// -->