function hidden_mail(login, serv)
{
	href = '\x6d\x61\x69\x6c\x74\x6f\x3a' + login + '\x40' + serv;
	window.location.href = href
}