var fDesc=new Array(); fDesc[0] = "Database Password Sleuth is a free and award winning software that very easily recovers the opening password of Microsoft Acess Database (*.mdb) files. It recovers passwords of Microsoft Access 95/97/2000/2002 and 2003 databases, and the recovering process is performed within a blink of an eye. The interface is pretty intiutive where a minimal intervention is required from the user. All you have to do is select the database and the password is automatically recovered. It is as simple as that. It doesn't use any hardcore methods such as Dictionary Attack or Brute Force. In turn Database Password Sleuth uses an inbuilt algorithm and decrypts the password for you. It is a great software for businesses and private organizations where very sensitive data is saved in a database which is often password protected. And if anyone forgets the password then this software comes in very handy. Database Password Sleuth is compatible with all the latest versions of Microsoft Windows ie. Windows XP and Windows Vista"; 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 = ''; } }