var fDesc=new Array(); fDesc[1] = "be forgotten by the MS developers to include them in Windows Explorer. NexusFile is a terrific application which allows you to do more."; fDesc[2] = "computer. Using a password provided by the user, it encodes a file or a number of files safely, saving them in your computer or allowing you to burn them to CD or DVD for backup and distribution purposes. It also includes a removal utility that completely wipes any file from your computer."; fDesc[3] = "As usual in these type of applications, the program opens two separated windows, the left one for the local site (web site at the user PC) and the other (right hand) for the web site in the Internet server the user can open."; fDesc[4] = "Create a complete profile of the site's structure, files, external links and even link errors."; fDesc[5] = "disks and files the way you want it with the information you need. Preview image thumbnails or listen to audio previews offline."; fDesc[6] = "folders. Manage your disks and files the way you want it with the information you need. Preview image thumbnails or listen to audio previews offline."; fDesc[7] = "security purposes to prevent leaks you know it also represents a risk if a password is lost. Its user interface was created as a wizard and contains a lot of contextual prompts."; fDesc[9] = "recover a lost or forgotten pasword from an encrypted zip archive. It doesn't matter whether if it was created using WinZip, PKZip or any other ZIP software or if it's a self-extracting Zip-archives (SFX); all are accepted."; fDesc[10] = "illegal tool, but it is actually the opposite. Sometimes, we forget the passwords we set for our password-protected ZIP files, and there is one way to do it."; fDesc[11] = "recover file open passwords for Word / Excel 97 to Word / Excel XP 2003 files in a few steps. This incredible program works by trying words from a large dictionary, that is included with the download, against the file, then tries character combinations to find most common file open passwords."; fDesc[12] = "Support for ZIP files and ability to secure delete sensitive files. Skinnable user friendly interface."; fDesc[13] = "use, with few screens to learn, it works automatically since it has a scheduler module to set up programmed tasks, and well... it's free, or very affordable!"; fDesc[14] = "Internet Explorer (in local password list), as well as AutoComplete strings form field. It runs under these platforms : Windows 95, Windows 98, Windows ME, Windows NT 4.0, Windows 2000 or Windows XP and also in Windows Vista."; fDesc[15] = "analyzes Word, Excel documents (password to open), Access databases, Outlook PST, OneNote, PowerPoint, MS Money files and Zip archives."; fDesc[17] = "for speed using dictionary-based attack, and very fast and effective plain text attack. All ZIP versions and compression methods are supported. Multilingual interface support is included."; fDesc[18] = "Security-Suite offers innovative and professional security and encryption modules for private and business use."; fDesc[19] = "passwords. It is a real ZIP password cracker."; fDesc[20] = "security problems associated with unauthorized or illegal use of confidential company information."; 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 = '...'; } }