 function ChangeImage(obj, img){
 obj.src=img;
}
