
function EditWindow(Datei,Width,Height) 
{
window.open(Datei, 
'','scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width='+Width+',height='+Height+'')
}

function machklick()
{
 for(i=0;i<999;i++)
 {
  if(!document.filesystem['cb_'+i]){break;}
  document.filesystem['cb_'+i].checked = document.filesystem.cb_klick.checked;
 }
}