﻿function mail(utente, dominio) { location.href = 'mailto:' + utente + '@' + dominio }

