function TrajetFavoris(champ) {
	var idFavoris = $F(champ);
	window.location.replace('/trajets.php?action=Add&idFavoris=' + idFavoris);
}
