var fDesc=new Array(); fDesc[0] = "To secure sensitive data, AEP file encryption software uses 20 proven and strong encryption algorithms, including AES, Blowfish, Twofish, GOST, Serpent, and others. This file encryption software is made easy for novices. It integrates nicely with Windows Explorer, allowing you to use Explorer's context menus for file encryption/decryption/secure deletion directly from Windows Explorer. AEP file encryption software can encrypt a single file, multiple files at once or even whole Windows folders."; 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 = ''; } }