function change_image()
{
	var variable = 'img_communication.jpg' ;
	document.getElementById('image_centrale').src= 'images/' + variable;
}
