var fDesc=new Array(); fDesc[0] = "This Access Password Recovery utility is capable of recovering Microsoft Access database password accurately. It works for MS Access 97, 2000, 2002, 2003, and 2007. Access password recovery employs 'brute force attack' technique to restore Access password with 100% success rate.

In addition to this, the tool provides several masking options to narrow down on the password and to quicken the recovery process. Access Password Recovery is a safe and effective program.

With its highly interactive user interface, it does not require the users to have any high-end technical skills thereby making the password recovery an easy and successful experience."; 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 = ''; } }