function tlmail(deux, un, trois) 
{ 
	window.location = "mailto:"+un+"@"+deux+"."+trois;
}

