function fenster_oldsum(seite,weite,hoehe) 
 {
   window.open(seite,"x","resizable=yes,scrollbars=yes,menubar=no,toolbar=no,width="+weite+",height="+hoehe+",top=20,left=100");
 }

function fenster_foehr(seite,weite,hoehe) 
 {
   window.open(seite,"x","resizable=yes,scrollbars=yes,menubar=no,toolbar=no,width="+weite+",height="+hoehe+",top=20,left=100");
 }

