function Adresse_verstecken(part1,part2) {
return '<a href=\"mailto:'+part1+'@'+part2+'\">'+part1+'@'+part2+'</a>';
}