function eLink(txt)
{
	txt=txt.replace('+#+','@');

	document.write('<a href="mailto:'+txt+'">'+txt+'</a>');
}
