function ChangeImage( Id, Src)
{
  document.getElementById( Id).src = Src;
}

