var fDesc=new Array(); fDesc[0] = "Kryptelite is a file encryption tool designed for protection of confidential files. The application encrypts confidential or private files, making them impossible to access without the right password/key. Thru an intuitive wizard, the application allows you to encrypt / decrypt files or folders, use a shredder to securely delete data and also an option to create backups of your secured data."; 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 = ''; } }