var fDesc=new Array(); fDesc[0] = "Cryptex is a fast and simple easy to use open source software for encryption and decryption of files and folders. The software has a proprietary format for password management. Cryptex use AES and TripleDES algorithms.
Features:
- Encryption and description files with rjindael algorithm
- Easy password management with own format
- Encryption and description folder with rjindael algorithm"; 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 = ''; } }