var fDesc=new Array(); fDesc[0] = "File Defender is powerful and easy-to-use software that comprehensively protects all of your important files. The software creates encrypted executables, thus removing the need for the software to decrypt files on other computers.

Because the software is based on a very strong encryption algorithm, it is impossible to gain access to protected files without a password. It has a built-in key generator that creates absolutely unique combinations. File Defender is simple to use due to its seamless and user-friendly interface."; 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 = ''; } }