function popup (url) {
 getmail = window.open(url, "Popupfenster", "width=400,height=200,toolbar=no,resizable=yes");
 getmail.focus();
 return false;
}

