function rest(me,fin,deb) {
		var aro = "@";
		var mailto = "mailto:";
		me.href = mailto+deb+aro+fin;
}
