function changeImage(myid, myimg){
	document.getElementById(myid).src = myimg;
}
