var fDesc=new Array(); fDesc[0] = "EFS Key user interface is similar to Windows Explorer. User can browse disk contents, then drag and drop files to a new location. Encrypted files are decoded in the process of copying.

Features:

- Supported file systems: NTFS 1.1, NTFS 5.0
- Supported operating systems: Windows XP, 2000"; 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 = ''; } }