var fDesc=new Array(); fDesc[0] = "Steganos Safe can be used to protect sensitive data on your PC, network, or in the cloud using 384-bit AES-XEX encryption with AES-NI-Hardware acceleration. It lets you create safe files and store all your files inside them. Each safe can have a maximum of 2TB in size. Steganos Safe supports data encryption in Dropbox, Microsoft OneDrive, Google Drive, and MagentaCLOUD. Two-factor authentication can be implemented for your Safes using Authy, Google Authenticator, etc. A safe can also be protected using USB sticks as a safe key: once ejected, the virtual vault closes and all sensitive data are protected."; 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 = ''; } }