var fDesc=new Array(); fDesc[1] = "11 new security updates. One of these updates are related to vulnerability in Excel named MS08-043, (KB 954066). Please keep in mind that this security update replaces the following security: 946974 MS08-014: Description of the security update for Excel 2007: March 11, 2008"; fDesc[2] = "with management buttons allows creation of a new profile, edit a profile etc. The Settings General page allows Launch of Acer eNet Management, views Wireless Adapter, Firewall settings etc and the Network page has three buttons on this page namely: VPN ,WLAN & LAN"; fDesc[3] = ", Trojan, adware, spyware, auto dialers, key loggers, hackers, and other malware, attacks and menaces coming from the Internet. It also protects our computer from unauthorized access to and from the Internet."; fDesc[4] = "that rely on the virus and malware protection. The Suite offers complete security and peace of mind."; fDesc[5] = "and power management functions. It works under Vista, supports USB hard disks and uses S.M.A.R.T. to give detailed reports on disks health."; fDesc[6] = "everything that can be a potential threat to the system. While it’s not a run-time application like an antivirus that prevents threats from downloading, it has greater capabilities than antivirus software to identify potential risks already residing in the system memory."; fDesc[7] = "the feeling of flying at high speeds without any of the risks involved. It will show you a group of fighter jets speeding through the sky, almost all of the time at low altitude."; fDesc[8] = "in scanning. It allows some general options such as automatic scanning when your OS starts and logs of your SpywareStop activities. It also regularly and automatically prompts the user about the risks that have been detected until those are being removed."; fDesc[9] = "part of the brain that works to keep memory of things. Just as the human brain hard disks needs to be taken care of and kept healthy to work properly. The risks involved increase dramatically if you use a notebook to work since its very particular use conditions."; fDesc[10] = "games: 5-dice game, 6-dice game, zarkle game, and team game. The rules for all of them are pretty simple: the players take turn rolling dice, then they should select at least one scoring dice: a 1 or a 5, three pairs, three of a kind, or a six-dice straight give you points."; fDesc[11] = "viruses. It acts like a watchdog by constantly keeping an eye on the incoming mails and prevents any malicious thing to enter user's system."; fDesc[12] = "can use RiskyProject for planning, quantitative risk analysis, and performance measurement of project with multiple risks and uncertainties."; fDesc[13] = "project and determine how risks and uncertainties will affect project schedules."; fDesc[14] = "actualization of the progress status for various tasks and projects. This can be done as many times as required. The automatic scheduling can be re-launched."; fDesc[15] = "more confidence than ever before. CB Pro is the first product suite ever to offer risk analysis and optimization in a single, integrated tool. Crystal Ball is an easy-to-use simulation program that helps you analyze the risks and uncertainties associated with your Microsoft Excel spreadsheet models. OptQuest is the only global optimization tool that can find a single best solution while accounting for uncertainty in your spreadsheet model. The Developer Kit lets Visual Basic programmers create their own Crystal Ball interface and automated simulations. The Extenders further enhance the functionality of Crystal Ball with Tornado diagrams, statistical bootstrapping, and other methods to increase the reliability of your output statistics."; 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 = '...'; } }