function HideMail(s)
{
	var p = new String("");
	p="mailto:"+s+"@pesetskaya.ru";
	window.open(p);
}