function se(p, s)
{
	if (p == null) return;
	if (s == null) s = "aitida.lt";
	document.location = "mailto:" + p + "@" + s;
}
