var fDesc=new Array(); fDesc[0] = "Encrypto allows you to send encrypted files via email, Dropbox, other file sharing services. This application takes any file or folder and adds AES-256 encryption to it. With Encrypto, not only can you encrypt and share files, but you can also save them to your own disk; just select your files, put them through Encrypto, and they’re protected."; 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 = ''; } }