function SendMail(name,host)
{
top.location.href = 'mailto:' + name + '@' + host;
}
