var fDesc=new Array(); fDesc[0] = "SecureExplore is used to encrypt/decrypt files and/or whole directories from the Windows shell (e.g. Explorer.exe and Find.exe). The program uses a 128 bit secret key algorithm to let a user (or group of users) encrypt/decrypt sensitive information, that no one else should have access to. You can export a certificate and distribute it to other people within a group. The people in the group may then encrypt and decrypt files using that certificate."; 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 = ''; } }