var fDesc=new Array(); fDesc[1] = "really easy-to-use since most of the utilities within the suite can be controlled and accessed through the Task Launcher homepage. The Works startup screen initially offers access to a calendar and contacts, but you can also view templates."; fDesc[2] = "The program creates a security wall on every side of your operating system using it’s powerful Firewall, Antispam module and Antispyware and provides complete protection from every source of virus."; fDesc[3] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more."; fDesc[4] = "labels, dividers, business cards and name badges are a breeze to create. Labels are an essential part of everyday office operations and this software seamlessly interfaces within Microsoft® Word for Windows, adding panache to daily tasks."; fDesc[5] = "technology Bluetooth. You can use Nokia Wireless Presenter to control your PowerPoint presentations, music players and other Windows applications. Simply install this software in your PC and your Nokia phone, to remote control the mouse and keyboard functions when doing presentations."; fDesc[6] = "optimize our computer's overall performance and security. It features a user-friendly interface, which provides comprehensive information on our network traffic, CPU usage, and Memory usage, items on Windows startup, opened applications, running processes, services, and log report."; fDesc[7] = "financial tasks, to organize, and grow their businesses on the Internet. With its familiar Microsoft Office 2007 interface, this program is easy to learn, so you can be productive immediately."; fDesc[8] = "with the work of administration, the hassle of transferring files, backups and sharing content; Windows HomeServer attacks all these fronts."; fDesc[9] = "and PowerPoint 2002. Producer 2003 provides users with many powerful new features that make it easier to synchronize audio, video, slides, and images to create engaging and effective rich-media presentations. Producer 2003 gives content and media professionals, as well as everyday PowerPoint users a host of new content authoring features."; fDesc[11] = "beautiful and good-quality pictures, with landscapes, people, sports events, animals, flowers, etc., for you to exercise your mind and have a nice time at leisure hours."; fDesc[12] = "challenges your power of observation. It has a lot of levels to play, hundreds of pictures, great colorful graphics and motivating music. Picture Pyramid is really fun and you will surely keep coming back to it."; fDesc[13] = "software will immediately generate the list of today's tasks according to the project's settings."; fDesc[14] = "Most of them resemble the DJ table with the discs spinning and buttons everywhere. Hot Jingle player is designed for a whole different purpose. It can help you out if you need to play DJ once in a while, but it is not your everyday DJ application."; fDesc[15] = "for desktop computers Opera. This web browser is the solution to the Windows mobile embedded Pocket Internet Explorer, which has too many flaws in the everyday use."; 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 = '...'; } }