var fDesc=new Array(); fDesc[0] = "FileStream Secure Disk is the perfect solution for protecting sensitive information from theft and other attacks. It makes a part or all of your hard disk, or removable drive, into a secure vault, which you can access just like accessing any other drives other than they require login passwords to open. All your private information stored on the Secure Disk are protected by Strong Encryption with options of 256-bit or 448-bit encryption. You can create as many vaults of any size as you like to compartmentalize data with the ability to move files from one vault to another."; 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 = ''; } }