var fDesc=new Array(); fDesc[0] = "Using this software, you can create one or more "virtual encrypted disk" on your PC. These disks operate exactly like a normal disk, with the exception that anything written to one of them is transparently, and securely, encrypted (AES 256 encryption) before being stored on your computer's hard drive.
Easy to use;just create an encrypted file and mount it, do not need to format. Unlike normal "virtual encrypted disks",Wonderful Disk do not pre-allocate space,only allocate space when needed, so minimize the disk space occupied by."; 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 = ''; } }