var fDesc=new Array(); fDesc[0] = "A highly effective application to repair corrupt or damaged MDB and ACCDB data files and recover the entire Access Database including Tables, Queries, Reports, Forms, & Indexes. The software recovers macros, modules, relational databases, and password-protected forms and modules. Database Admins can recover the deleted items which are shown distinctly in the preview of scanned Access database 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 = ''; } }