function mail(who,where)
{
        location.href = "mailto:" + who + "@" + where;
}
