var fDesc=new Array(); fDesc[0] = "Encryption for Documents is an easy to use program to protect your documents safely and securely. We have used an excellent encryption algorithm to protect your documents. Encryption does not change the name of your document or change the icon of the document when it is done encrypting it. The file looks the same as it did from before the process began. Only Encryption for Documents knows when it has been encrypted. If people look at the document on first view it just looks like the original file."; 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 = ''; } }