function wopen(krt)
{
 var url='cl_count.php?krt='+ krt;
 var namew='bank'+ krt;
 var wind=window.open(url,namew,'height=800,width=1000,resizable=yes,scrollbars=yes,toolbar=yes,status=yes,location=yes');
  }
  function wopen_giro(krt)
{
 var url='cl_giro_count.php?krt='+ krt;
 var nam='giro_'+ krt;
 var wind=window.open(url,nam,'height=800,width=1000,resizable=yes,scrollbars=yes,toolbar=yes,status=yes,location=yes');
  }
    function wopen_tagesgeld(krt)
{
 var url='cl_tagesgeld_count.php?krt='+ krt;
 var nam='tagesg_'+ krt;
 var wind=window.open(url,nam,'height=800,width=1000,resizable=yes,scrollbars=yes,toolbar=yes,status=yes,location=yes');
  }