var fDesc=new Array(); fDesc[0] = "Private Disk is one of the best disk encryption programs available on the market today. Protects information with the strongest encryption algorithm known today – AES 256-bit. Besides offering state-of-the-art, trustworthy and reliable AES 256-bit NIST certified encryption, Private Disk provides additional protection for your confidential information by employing its innovative Disk Image Hide method. The Disk Image Hide protects your data by application, ensuring that no viruses, trojans, spyware or any other malware will harm or steal your valuable information. This encryption software also protects data on USB flash drives– you can work with the encrypted files on any computer without installing the software locally."; 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 = ''; } }