var fDesc=new Array(); fDesc[0] = "Windows Password Recovery Bootdisk creates bootable USB or CD/DVD drives and instantly removes Windows user account passwords. An ability to restore a previously removed password and to save password hashes expands your cracking options even more. So, when the disk is created, all you need to do is to restart your system and boot from that disk or USB 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 = ''; } }