function changeImg(obj,url) {
	obj.src = url;
}
