function pres(obj,img)
{
obj.setAttribute("src",img);
}

