var email = 'mailto:' + 'sales@' + 'altein.ru';

function SetEmail(e)
{
	e.href =  email;
	return false;
}