function SendE(Box, Domain, Title)
	{
	var URI = 'mailto:';
	var At = '@';
	document.write("<a href='"+URI+Box+At+Domain+"'>"+Title+"</a>");
	}