var fDesc=new Array(); fDesc[0] = "This program can come to the rescue by identifying and repairing .DBF files for programs such as dBase, FoxPro and Clipper, among others. DBF recovery uses a special algorithm for propriety data recovery to extract date from damaged or corrupted table files and related MEMO field files. This DFB recovery software will be appreciated, specifically by developers and database users that work with tables in the .fpt or .dbt formats."; 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 = ''; } }