// JavaScript Document
if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;
image5 = new Image;
image6 = new Image;
image7 = new Image;
image8 = new Image;
image9 = new Image;
image10 = new Image;
image11 = new Image;
image12 = new Image;
image13 = new Image;
image0.src = 'pictures\/Biped-under-constructio.jpg';
image1.src = 'pictures\/Biped-finished.jpg';
image2.src = 'pictures\/Noah.1.jpg';
image3.src = 'pictures\/VV.jpg';
image4.src = 'pictures\/a_living_resource.jpg';
image5.src = 'pictures\/CodDiet.jpg';
image6.src = 'pictures\/Gold-from-the-sea.jpg';
image7.src = 'pictures\/squid.jpg';
image8.src = 'pictures\/T-Rex-being-made.jpg';
image9.src = 'pictures\/Iguanodon-being-made.2.jpg';
image10.src = 'pictures\/Iguanodon-finished.jpg';
image11.src = 'pictures\/insects.jpg';
image12.src = 'pictures\/Chame1.jpg';
image13.src = 'pictures\/Cham3.JPG';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
image6 = '';
image7 = '';
image8 = '';
image9 = '';
image10 = '';
image11 = '';
image12 = '';
image13 = '';
document.rollimg = '';
}
var cap = ['Biped under construction: "Goodnight Opus", 2000','Biped and Opus: "Goodnight Opus", 2002','Inuit Puppets: Noah and the Wooly Mammoth", 1999','Jim Morrow, AD, and the Very Hungry Caterpillar, 1999',' Living Resource - 1998. Made for the Ryan Premises Fisheries Museum in Bonavista, Newfoundland. Commissioned by Heritage Canada','"Diet of a Cod" Made for the Ryan Premises Fisheries Museum in Newfoundland. Commissioned by Heritage Canada','Gold from the Sea - 1998. Made for the Ryan Premises Fisheries Museum in Newfoundland. Commissioned by Heritage Canada','20 foot Giant Silk Squid - 1998. Nova Scotia Museum of Natural History','Tyrannosaurus Rex being constructed "When Dinosaurs Dine by Moonlight" 2001','Jim Morrow, AD and dinosaur (Iguanodon) prototype - 2001. "When Dinosaurs Dine by Moonlight"','Alexis Milligan as Iguanodon, Shane Monk "When Dinosaurs Dine by Moonlight" 2001','Insects body pieces carved out of foam. "The Very Quiet Cricket" 1999','The chameleons begins as blocks of 4" foam, glued together. Jim carves away excess to produce the rough shapes of the chameleons bodies and heads.','Jim continues carving to smooth out Body and Head'];

function rollover(n) {
document.rollimg.src = window['image'+n].src;
document.getElementById('caption').innerHTML = cap[n];
}