function changeImage(theimg, theurl) {
	document.getElementById(theimg).src = theurl;
}