<!--
   // This JavaScript was written by Michael Bickham
   // Please leave these comments in when using this Script
   // email mbickham@pcfe.plymouth.ac.uk
      function swapGraphics(thisimage, thatimage)
      {
         if (document.images)
         {
            document.images[thisimage].src=thatimage;
         }
      }
//-->

