function change(koi,comment,encours){
	//id=koi.charAt(4);
	
	id=koi;
	if(encours==id){
		//on fait rien
	}else{
		if(comment==1){
			document["img"+id].src="http://www.lacerisesurlegato.com/assets/templates/meridian/images/niv1-rappel"+id+"-on.gif";
		}else{
			document["img"+id].src="http://www.lacerisesurlegato.com/assets/templates/meridian/images/niv1-rappel-off.gif";
		}
	}
}
