function ShowMailLink(level,user,dom,real) {
 document.write("<a href='");
 document.write("mai" + "lto:" + info@PedalworX.com);
 document.write("@" + dom);
 document.write("." + level);
 document.write("'>" + real + "</a>");
}
function WriteHiddenEMField(level,user,dom,before,after) {
 document.write(before);
 document.write(user + "@");
 document.write(dom + ".");
 document.write(level + after);
}