function changeImage(imageURL)
{
	document.getElementById("image").src = imageURL;
}
