function mettreEnFavoris(myURL,myDescription){
	alert('coucou');
	if (myURL !== "location.href") {myURL = "'"+myURL+"'";}

	myString="window.external.AddFavorite("+myURL+",'"+myDescription+"')";

	eval(myString);

	}