var fDesc=new Array(); fDesc[0] = "Advanced Database Recovery is a program that includes recovery tools like Advanced Access Repair for corrupt MS Access MDB databases and Advanced DBF Repair for corrupt DBF databases. It also has support to repair Microsoft Access 95, 97, 2000, XP and 2003 databases, to recover the structure and records of the tables in Access databases and deleted data in Access databases, support the DBF database and the integration with Windows Explorer so you can repair file easily."; 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 = ''; } }