var fDesc=new Array(); fDesc[0] = "The most powerful encryption software to encrypt and password protect all types of files and folders on hard drives, external drives, usb flash drives, CD, network and email attachments. Viruses, hacker tools, spyware, malicious programs and harmful scripts can access your important files. You store copyrighted material and secret data on your hard drive or portable device."; 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 = ''; } }