var fDesc=new Array(); fDesc[1] = "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[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] = "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[4] = "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[6] = "be forgotten by the MS developers to include them in Windows Explorer. NexusFile is a terrific application which allows you to do more."; fDesc[7] = "range of storage media. This incredible program backups and restores your entire hard drive partitions, or create bootable recovery images on CD/DVD and hard drives."; 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] = "Create a complete profile of the site's structure, files, external links and even link errors."; fDesc[11] = "media. This incredible program backups and restores your entire hard drive partitions, or create bootable recovery images on CD/DVD and hard drives."; 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] = ", archiving a steadily increasing number of files leads to a different kind of problem: Where to look for which document and what does it contain that might be of interest to you? Superior Search is a tool that makes it much easier for Windows users to handle archived files. Superior Search offers a variety of format- and language-independent document search functions that help you find the desired information as quickly as possible. This tool allows high-speed text searches in large numbers of files. Superior Search contains advanced document filters that provide for format-independent access to all information in archived files--now it's easy to search for text in different document types at the same time! These filters make it possible to read all popular document formats such as Microsoft Office, PDF, PostScript etc. In addition, you can define and search custom file types, for..."; fDesc[15] = "disks and files the way you want it with the information you need. Preview image thumbnails or listen to audio previews offline."; fDesc[16] = "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[17] = "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[18] = "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[19] = "analyzes Word, Excel documents (password to open), Access databases, Outlook PST, OneNote, PowerPoint, MS Money files and Zip archives."; fDesc[20] = "player designed for porn surfers. GUARANTEED 100% Spyware Free. Voted #1 by Maxim Magazine."; 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 = '...'; } }