function getMail(mail,objMail)
{
	var indirizzo = "mailto:" + mail;
	
	objMail.href = indirizzo;
}
