var fDesc=new Array(); fDesc[0] = "Sanmaxi Access File Password Recovery allows you to recover lost .MDB files passwords. This program retrieves your lost passwords from all versions of MS Access Databases like MS Access 95, MS Access 97, MS Access 2000, MS Access 2003, and MS Access 2007.
It supports recovery of all types of password characters, including Unicode, numeric or alpha-numeric."; 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 = ''; } }