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] = ", spreadsheets, presentations and more), and also create PDF files from a web page through an optional toolbar for the web browser. PDFCreator acts like a virtual printer who \"prints\" the selected document or web page into a PDF file, choosing from a complete set of options."; fDesc[3] = "supports many compression formats (more than 20 compressed archive formats), and it shows all the compressed archive information. For compressed files, it offers the possibility of extracting one by one or all the files to a given folder, reload the list, etc."; fDesc[4] = "create interactive, flash-based quizzes and assessments easily. Although the application is a bit confusing to novice users, it becomes very handy with due practice."; fDesc[5] = "ISP. Supposedly, by caching images and filtering advertisements, your connection is freeing itself from the strain overloading them. MyProxy will manage all the requests that your computer makes to the outside of your home network."; fDesc[6] = "personal information with a password. The program has a very user-friendly interface that enables you to locate its useful tools without having to launch them separately."; fDesc[7] = "thoroughly encrypt your entire page so that no one can getting in unless he know the correct password."; fDesc[8] = "option of web browsers, which is implemented by using Java scripts compliant with W3C standards. The program provides us an option of applying password protection to allow only authorized viewers to visit the website."; fDesc[9] = "password verification form! Command line and wizard modes along with one-click power protection make it a must-have!"; fDesc[11] = "or a web page, and warns you of possible phishing scams. TrendProtect rates current pages and pages listed in MSN.com, Google.com and Yahoo.com search results."; fDesc[12] = "encrypt HTML pages and place them on your web site, CD, DVD, or hard drive. You can password protect HTML and text files"; fDesc[13] = "page source code, including HTML source code, JavaScript, VBScript, text, links and graphics."; fDesc[14] = ", page printing, offline use, drag-and-drop, links display, etc."; 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 = '...'; } }