function Druckversion(name) {
  var dv='druckversion_'+name+'.html';
  window.open(dv,'druckversion','menubar=yes,scrollbars=yes,width=550,height=350');
}


function Druck(verzeichnis, name) {
  var dv=verzeichnis+'/druckversion_'+name+'.html';
  window.open(dv,'druckversion','menubar=yes,scrollbars=yes,width=550,height=350');
}


function popup(Datei, Hoehe, Breite)
  {
    window.open(Datei,"ZAWiW","width=" + Hoehe +",height="+ Breite + ",status=no,resizable=yes,menubar=no,locationbar=no,screenX=10,screenY=10,scrollbars=yes");

  }
