var fDesc=new Array(); fDesc[0] = "CipherShed is an open source encryption tool that helps you keep your data secure and private. It creates an password protected file that can be mounted as a virtual hard disk. You can copy any number of file and folders to this disk. The file can only be mounted using its password. CipherShed can also be used to encrypt an entire disk volume or drive."; 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 = ''; } }