var fDesc=new Array(); fDesc[0] = "Windows Password Recovery Bootdisk is a program that allows to retrieve Windows password hashes stored in Windows Security Accounts Manager (SAM), if you have lost your password and cannot logon to your Windows account. The bootable disk (CD or USB flash) is created with a help of Windows Password Recovery Bootdisk Creator and allows to remove password for the specific user or recover password hashes. Using the retrieved hashes, you can instantly recover original users passwords with a help of Windows Password Recovery Service."; 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 = ''; } }