var fDesc=new Array(); fDesc[1] = "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[2] = "Live. Besides providing protection to your Pc from threats, it is packed with a number of additional features. It also helps in improving your PC’s performance by removing the junk matters from the system’s hard disk."; fDesc[3] = ", anti-spyware, and firewall security features a first-class PC backup and restore service. The program protects your computer from viruses, worms, Trojan horses, hackers, phishing, and other threats."; fDesc[4] = "includes common features in the programs of control of most parents, as the search for restrictions, blocking Web content filtering and Web monitoring reports of the activity."; fDesc[5] = "operating systems that is easy to manage and control. Forefront Client Security helps guard against threats, such as spyware and rootkits, as well as against traditional threats, such as viruses, worms, and trojan horses."; fDesc[6] = "your PC, diagnose any PC problems, your internet connection, and programs will work rapidly. Systerac Tools will help assist you by offering many Vista tweaks."; fDesc[9] = "HelpCruiser is optimized for solving tasks that appear during the process of creating help files, descriptions and manuals for software products."; fDesc[11] = "daily security news, tips and tools about: Adware, Spyware, Anti-Virus, Firewalls, Linux, Windows and Security Incidents."; 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 = '...'; } }