var fDesc=new Array(); fDesc[4] = "variety parameters: file name, file size, file time, file extension, etc. Search within ZIP archives, by EXIF fields or by ID3 tags. And much more!"; fDesc[6] = "Optimising etc. to software tweaking eg Windows Startup modification, Scandisk disabling and LOADS MORE !"; fDesc[7] = "applications under Windows operating systems. An example: many online banks recommend deleting the browser cache after log-off to dispose of sensitive data. In fact, this advise is quite useless, because Windows file systems don't remove or overwrite data when deleting files or folders. Windows is actually hiding the data by removing file references from the system's File Allocation Table (FAT) or Master File Table (MFT under NTFS). This is where Paranoia 2002 comes into play. Paranoia 2002 has been designed to serve both, private and professional purposes and is seemlessly integrated into the multi-user environment of Windows operating systems 95 to XP. The program's scalable functionality and flexible user-interface allow for comfortable and intuitive use. Paranoia 2002 is providing maximum security and reliability by implementing the security standard of US-Ministry of defence..."; fDesc[10] = "synchronization,Inter net Privacy protection and more!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }