function EmailTo(suffix, prefix)
{
	location.href = "ma" + "il" + "to:" + prefix + "@" + suffix;
}
