function changeImage(id, image)
{
	document.getElementById(id).src = image
}