var fDesc=new Array(); fDesc[0] = "Elcro Encrypter is a FREEWARE application for powerfull data encryption. It uses an advanced 3DES encryption algorihm with combinations of base64 encoding and MD5 hash algorithms. It's use is not limited to certain data types. It can encrypt any type of file and decrypt it afterwards. One encrypted archive can contain multiple files and you can edit it as you wish. It has also a shout box where you can exchange messages and shout out the bugs."; 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 = ''; } }