function popup (url,title,x,y) {
 fenster = window.open(url, title, "width="+x+",height="+y+",status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}
