var fDesc=new Array(); fDesc[0] = "MDWRecovery can recovers users and admins passwords from Microsoft access workgroup files and he can also recover passwords from simply accounting security files. No administrator privileges required to restore data. This program accurately recovers passwords from unicode and multilingual MDW files and also recovers passwords from unicode and multilingual MDA files."; 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 = ''; } }