var fDesc=new Array(); fDesc[1] = "know instantly whether their computer's virus, spyware, e-mail, and firewall protection services are up-to-date. It combines a set of must-have security services with simplified access to McAfee´s security products."; fDesc[2] = "applications, which serve as a link between the palm device and the computer, synchronizing Calendar and events, Contacts, Tasks, Notes or Memos in an easy, fast and reliable way."; fDesc[3] = "including viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge"; fDesc[4] = "for a 30-day period. We can use this software to remove obsolete, invalid, damaged registry entries, improve system and network performance, computer speed and stability, update and backup our PC drivers, etc. It runs under Windows Xp and Vista (32-bit) operating systems."; fDesc[5] = "you are using a microphone or have a built-in microphone in your web cam. The trigger alerts can be customized, and you can configure the program to record audio and video when an alert is triggered."; fDesc[6] = "RuneScape players because it gathers and brings together all RuneScape related resources. This is incredibly convenient for RuneScape players since they’ll see significantly simplified their gaming activities."; fDesc[7] = "without having to open the explorer and navigate to facebook website. Among the notifications you can receive unread messages, pokes, friend requests, wallposts or any other third party application you may have configured in your facebook."; fDesc[8] = ", Application and other logs of Microsoft Windows. It extends the standard Event Viewer functionality and offers new features."; fDesc[9] = "makes it possible for developers, designers, bloggers, etc., to easily create and manage MySQL databases. The program's interface proves to be very smart and user-friendly, with many tools and helpful wizards."; fDesc[10] = "your computer. You can watch your camera through any webpage remotely, or the program can upload the recorded images to an Email address or FTP account."; fDesc[11] = ", vacations etc. This is a handy tool with lots of built-in features which comes in handy. One can have a view of all the events in a daily, weekly and monthly basis, yearly overview is also supported."; fDesc[12] = "archive thousands of events that are generated by devices across the entire network."; fDesc[13] = "connection with your computer.The remote workstation, user, path, OS, permissions of the accessed folder."; fDesc[14] = "front lines of the fight against phishing, to reel in Online scammers ,So you can protect your personal or financial account."; fDesc[15] = "computer without being overly intrusive, and enables you to go back at any time to investigate past alerts."; 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 = '...'; } }