var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype."; fDesc[3] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up."; fDesc[5] = "to use and even non-expert users can use it without any trouble. ASIO4ALL is compatible with most of the Windows operating systems."; fDesc[6] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface."; fDesc[7] = "speeding resolution of customer-reported problems. PC-Doctor 5 for Windows provides support technicians with powerful hardware diagnostics and system information tools to speed call resolution and increase first-call resolution rates."; fDesc[8] = "daily backups, because every time you save a file to your hard drive, Shadow makes a copy of it. The application has a really easy to use and simple user interface, which makes the backup process even faster and easier than ever before."; fDesc[9] = "trouble. Like most Rockstar games, you control your character using the third-person perspective, and you can get on vehicles like Bicycles, Skates, etc."; fDesc[10] = "allow for more accurate translations. However, there is nothing like having your texts translated by a real person with real skills and education. But this application will get you out of trouble should you need to translate a few sentences or paragraphs with the basic need for communication."; fDesc[11] = "so InstallWatch is just the right solution to keep a track of all the ongoing activities. InstallWatch keeps track of additions, deletions, or alterations to the directories, files and folders, INI files, as well as registry information"; fDesc[12] = "potentially dangerous errors. If you´re not registered, that´s all you can do. In order to fix the errors found, you must purchase a license. To do this, you must register online to http://www.pcbugdoctor .com/registernew.php and acquire a yearly subscription or a lifetime license."; fDesc[13] = ", let’s you know that the game is related to the food business. Actually, you’re gonna be representing SpongeBob who will be playing the role of a waiter, doing his best at serving customers in his dinner."; fDesc[14] = "MyPlayCity.com. You will be responsible of preventing devils and other evil spirits from getting into Heaven. If you succeed, peace and placidity will reign in Paradise and choirs of angels will sing songs of joy."; fDesc[15] = "interface, which makes it really easy to use even for beginners. This version features some improvements and bugs fixes including the addition of whois servers for .in, .ie, .me, .tel, and co.nl domains."; 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 = '...'; } }