function opWin(seite){
  window.open(seite, 'objekte', 'width='+(screen.availWidth-10)+', height='+(screen.availHeight-30)+', top=0, left=0, resizable=no, scrollbars=no, menubar=no');
}
