var fDesc=new Array(); fDesc[0] = "SysInfoTools Access Password Recovery is an application to recover lost or forgotten access database passwords. It can remove/crack/unlock/break/recover mdb password from protected MS MDB database and is also able to recover any type of Access Database Passwords in any encoding: numeric, alpha-numeric, and Unicode password.

Even the multilingual, lengthy and complex password can be recovered from protected access databases with this utility."; 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 = ''; } }