var fDesc=new Array(); fDesc[0] = "Pakeysoft Windows Password Recovery is an all-in-one password recovery tool, which can recover lost or forgotten Windows local administrator passwords, domain administrator passwords and other user passwords. Besides, it is also able to create a new Administrator account and delete any account.

Features:
- Change or remove Windows passwords easily and safely.
- Support to burn a password reset disk with CD/DVD.
- Support to burn a password reset disk with USB flash drive."; 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 = ''; } }