function show_mlnk(ctry,dom,usr,atxt,ppath)
{m=usr+"@"+dom+"."+ctry;
document.write("<a href=\"mailto:"+m+"\"><img src=\""+ppath+"gfx/maillink.gif\" alt=\"e-mail\" height=\"10\" width=\"15\" border=\"0\" align=\"absmiddle\" />&nbsp;");
if (atxt=="") {document.write(m);};
document.write(atxt+"</a>");}
