var fDesc=new Array(); fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons."; fDesc[2] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe."; fDesc[3] = "non-commercial use only."; fDesc[4] = "HP Image Zone Express application program provides functional capabilities of editing and printing photos. Besides, this program provides the access to HP Instant Share program, where you can quickly share photos with other users."; fDesc[5] = "everything that you need to keep your PC running like new, without any problems or crashes. A real time virus scanner keeps an eye on the processes running in your system and online. Most of the problems and viruses are stopped before they infect your PC."; fDesc[6] = ", 7-Zip… The jZip – developed by Discordia Ltd. – is one more option to take into account and deserves our attention due to its effectiveness, ease of use and freeware license. This tool is based on the well known 7-zip archiving technology developed by Igor Pavlov."; fDesc[7] = "letting you carry out back-ups in many ways. With PowerBackup you will be able to archive folders, files and hard drives to an external source such as an external hard drive. You can choose to back up all your files or use filters to select them."; fDesc[8] = "for access points, locate their position on a radar analyze the power of each item located, displaying their IDs and connect, an automatic mode."; fDesc[9] = "Antivirus offers every function needed for a perfect antivirus software like mail protection,real time scanning (auto scan when a new file or object is downloaded or copied from any external media source like cd or pen drives)."; fDesc[10] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!"; fDesc[11] = "button scanner does the rest. Get fast, easy operation from a duplexing automatic document feeder that holds up to 50 pages and scans at speeds up to 8 pages per minute and 4 images per minute. Features: Scan slides and negatives with adapter, plus scan books, documents, 3-D objects, and more. Scan, copy, print, e-mail, and more many features available using one-touch buttons. Choose copy quantity, settings, and more using convenient copy center buttons. Unattended two-sided, multi-page scanning with included automatic document feeder. Scan documents with existing data management systems or included software. High resolution scanning at 2400 dpi optical resolution and 48-bit color."; fDesc[12] = "manual control. Remove large mail bombs without having to download them. You can inspect the first few lines of dubious emails..."; fDesc[13] = "Pop3/SSL Pop3/IMAP/SSL IMAP mailboxes, finding and deleting spam without disturbing you and alerting you when there is new mail you need to see"; 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 = '...'; } }