function emailcim(lhs,rhs,tld)
{
   document.write("<a href=\"mailto");
   document.write("&#58;" + lhs + "&#64;");
   document.write(rhs + "." + tld + "\">" + lhs + "&#64"+ rhs + "." + tld + "<\/a>");
}

function emailcim_nev(nev,lhs,rhs,tld)
{
   document.write("<a href=\"mailto");
   document.write("&#58;" + lhs + "&#64;");
   document.write(rhs + "." + tld + "\">" + nev + "<\/a>");
}
