function changer_image(id, image){
	document.getElementById(id).src="images/"+image;
}