// JavaScript Document


function send(utente,dominio,ext) {
mail = "mailto:" + utente + "@" + dominio + "." + ext;
window.location = mail;
}




