function popup(url) {
 fenster=window.open(url, "Popupfenster", "width=640,height=640,top=10,resizable=yes");
 fenster.focus();
 return false;
}