var fDesc=new Array(); fDesc[0] = "unprotect.info is password-recovery software for Windows that you can use to recover a lost password for an encrypted volume that you’ve previously created with the TrueCrypt software. This app uses the open source cryptographic library Crypto. This software is free for both personal and commercial use. However, some additional features, such as the password mask require a payment of a license fee to use them."; 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 = ''; } }