function EnvoieCourriel(p1, p2, p3) {
	window.location.href="mailto:"+p1+"@"+p2+"."+p3;
}