function m(t,txt,cl)
{
if(txt==undefined)
	txt='';
if(cl==undefined)
	cl='text_link';
	
var addr = "egeriagroup"; at = "@"; colon = ":"; dot = "."; mail = "mail";
to = "to"; name = t; tld = "com";
document.writeln('<a href="' + mail + to + colon + name + at + addr
 + dot + tld + '" class='+ cl +'>'+txt+ name + at + addr + dot + tld + '</a>');
}
function m2(t,txt,cl)
{
if(txt==undefined)
	txt='';
if(cl==undefined)
	cl='text_link';
	
var addr = "egeriagroup"; at = "@"; colon = ":"; dot = "."; mail = "mail";
to = "to"; name = t; tld = "com";
document.writeln('<a href="' + mail + to + colon + name + at + addr
 + dot + tld + '" class='+ cl +'>'+txt+ '</a>');
}