

function changeImage(changeto, imageid){
	document.getElementById(imageid).src=changeto;
}
