function changeImg(imgurl,imgid){
	document.getElementById(imgid).setAttribute('src',imgurl);
}
