function image_change(url, id) {
	
	document.getElementById(id).src = url;
	
}