function Fsend_mail(name, domain)
{
         location.href='mailto:' + name + '@' + domain;
}
