function zeigeKontakt(id) {
    window.open("show_kontakt.php?id=" + id, "kontaktdaten", "width=300,height=150,status=yes");
}
