function MailMe(name) {
document.write("<a href='mailto:"+name+"@deltamento.hu'>"+name+"@deltamento.hu</a>");
}