function doMail(name, domain, three)
{
	var addr = 'mail' + 'to' + ':' + name + '@' + domain + '.' + three;
	window.location.href=addr;
}