function MailMe(name) {
document.write("<a href='mailto:"+name+"@vonalvezeto.hu'><FONT color=#ac0000 size=2>"+name+"@vonalvezeto.hu</FONT></a>");
}