function SetImage(obj, image)
{
   if (document.images)
   {
      obj.src = image.src;
   }
}