function recommander() {
	window.open("recommandation.php","popRecommander","height=550,width=318,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes");
}	

function envoyerRapport(id) {
	window.open("envoyer-rapport.php?id="+id,"popEnvoyerRapport","height=490,width=318,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes");
}