function popup(t,x,y) {
  P = window.open(t,'ProjektPopup','height=' + (y + 20) + ',width=' + (x + 20));
  P.focus();
}
