var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "powerful engine that allows you to perform quick, complete or custom scans of your system. Also, you can update its database for having the most current protection. A must-have program."; fDesc[3] = "software problems. It helps identify the most common modem failures. This new tool replaces the Modem Helper utility and its only for Conexant Modems"; fDesc[4] = ", search for unnecesary files, manage the start up menu so you can change whatever you might need, shortcuts that have become invalid, check the disk free space in your HD unit, manage the add/remove programs list, etc. to get the best results on your system operation, perfomance and speed."; fDesc[5] = "of the HP Deskjet Series printers. The most common issues with printers like device identification, device communication, spooler configuration, port configurations can be resolved with this utility."; fDesc[6] = "user can copy one or more file links and the program checks them if they are available and, if so, downloads them, this feature can also work by introducing the page’s code complete"; fDesc[7] = "text editors etc and works faster than server side checking. Moreover it provides useful spelling suggestions allowing you to add and remove personal word."; fDesc[8] = "before you download them. Your messages will be marked as \"Good\", \"Undecided'' or ''Spam'' and will be painted in different colors. Then you can delete all spam messages by clicking on ''Process mail'' automatically."; fDesc[9] = "Cache), checks your Internet Settings (HTTP, TCP/IP, IE, Firefox), unnecessary Start Up programs, checks your Registry to fix it and suggests some tweaking that can be made to enhance your system performance."; fDesc[10] = "able to keep your drivers up-to-date on all your Computers. Using PC Pitstop Driver Alert 1.0 you can scan your system, identify the drivers installed and obtain a report with the changes you need to perform to keep your system running al peak performance."; fDesc[11] = "asks you to reboot your computer. Quite often, no reboot is really needed. WhyReboot checks the pending file operations that will occur after rebooting your computer, helping you to evaluate the convenience of rebooting your computer."; fDesc[12] = "powerful registry cleaner, it also includes a number of tools to optimize your system. You can clean your registry with just a few clicks. If you are an advanced user you can also limit the scan to certain parts of registry using Custom Scan, or you can use the Quick Scan feature."; fDesc[13] = "backup and restore facility to make your user experience as safe as possible..."; fDesc[14] = "Dollars - Euros - Pounds"; fDesc[15] = "on checks. It prints business checks on blank computer check. It supports check layout editing and creates customized check"; 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 = '...'; } }