// Neues Fenster öffnen
function f1(a,b,h){window.open(a,'x','width='+b+',height='+h)}
function f2(a,b,h){window.open(a,'x','width='+b+',height='+h+',scrollbars,resizable')}




