var fDesc=new Array(); fDesc[0] = "WinAES is an application that allows you to encrypt and decrypt files. It uses one of the most secure symmetric-key algorithms to protect your data. With the "Secure File Eraser" function it can erase a file up to 35 times, ensuring there is no possibility of recovering an erased file. Also, it supports 5 different kinds of hash algorithms, including MD5, SHA-1, SHA-2 (256bits), SHA-2 (512bits), Keccak (One of SHA-3 Finalists)."; 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 = ''; } }