function init()
{
	useTarget();
}

window.onload = init;

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