<!--	
function mail(utente,dominio) {
locationstring = "mailto:" + utente + "@" + dominio;
window.location = locationstring;
}
-->