var fDesc=new Array(); fDesc[0] = "eRepair DBF is a repair Tool for damaged DBF Files. It recovers data from damaged files of *.dbf format (dBase IV, Clipper, FoxPro and so on). eRepair DBF works with a wide variety of database programs for recovering data from files that have become damaged or corrupt.

eRepair DBF can recover the file structure which includes table fields that make up a DBF file, information contained in the memo fields, and a variety of records that are commonly included in DBF files."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }