  if (document.images)
   {
     image_off= new Image(400,80);
     image_off.src="/media/thumbs/links-banner.gif";  

     image2= new Image(400,80);
     image2.src="/media/thumbs/gazeChimp-bannerA.jpg";
     image3= new Image(400,80);
     image3.src="/media/thumbs/overlook-banner.gif";  
     image4= new Image(400,80);
     image4.src="/media/thumbs/jgi-banner.gif";  
   }

function change1(picName,imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + ".src");
      document[picName].src= imgOn;
    }
 }
