var fDesc=new Array(); fDesc[0] = "Encrypt Files is free software to securely encrypt and password protect your confidential data. It is fast desktop application that supports 13 advanced encryption algorithms including Blowfish, Cast, Ice, Mars RC 2,6 and 4, Rijn Dael, Tripple Des. Encrypt Files shreds files after encryption and makes them hidden in Windows. Encrypt Files has powerfull file shredder integrated so you can permanently remove unwanted files from your system. With Encrypt Files you can encrypt and password protect both files and 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 = ''; } }