var fDesc=new Array(); fDesc[0] = "FreeOTFE Explorer has the aim to secure storage of bulk data, while making it readily accessible to authorized users.
This program allows FreeOTFE (and Linux) encrypted volumes to be mounted on MS Windows PCs, and their contents accessed (both reading and writing) via a Windows Explorer-style user interface.

Unlike all other disk encryption systems, FreeOTFE Explorer does not need any device drivers to be installed on the computer it is run on, making it perfect for use with USB drives (and other removable media), where volumes need to be accessed on PCs where FreeOTFE hasn't been installed, and administrator rights are not available to the user in order to start FreeOTFE in "portable mode"."; 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 = ''; } }