// JavaScript Document
function changeImage(obj,txt)
{
  obj.src = txt;
}