function ff_icms(db,tabelle,fname,ftype,id,fid) {
   parent.document.getElementById('fr_icms').style.width=440;
   parent.document.getElementById('fr_icms').style.height=500;
   parent.document.getElementById('fr_icms').style.visibility='visible'; 
   parent.frames['fr_icms'].location.href='icms.php?todo=update&db='+db+'&ftype='+ftype+'&fname='+fname+'&tabelle='+tabelle+'&id='+id+'&fid='+fid;
}
function ff_icms_new(db,tabelle,fname,ftype,id,fid) {
   parent.document.getElementById('fr_icms').style.width=440;
   parent.document.getElementById('fr_icms').style.height=500;
   parent.document.getElementById('fr_icms').style.visibility='visible'; 
   parent.frames['fr_icms'].location.href='icms.php?todo=new&db='+db+'&ftype='+ftype+'&fname='+fname+'&tabelle='+tabelle+'&id='+id+'&fid='+fid;
}

