function mylo (p1, p2, p3)
{
	eml = "mailto:" + p1 + "@" + "sigma" + p2 + "." + p3;
	window.location.href = eml;
}
