function conv_em(x,y,z,q) {em=x+"@"+y+"."+z;elm=document.createElement("a");elm.setAttribute("href","mailto:"+em);emtxt=document.createTextNode(em);elm.appendChild(emtxt);document.getElementById(q).appendChild(elm);}