var fDesc=new Array(); fDesc[0] = "Password Recovery .MDB is a program that can recover lost or forgotten passwords of the protected databases of Microsoft Access 97/2000/2002-XP/2003. You only have to add the file *.mdb or *.mde to the program, and to pulse on the icon "Get Password".

It also offers other tools to remove the Password, to change it for another new one, to open the file directly with Access or to copy the Password to the clipboard."; 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 = ''; } }