function chgImg (obj,val) 
{
	obj.src = val;
}
