var fDesc=new Array(); fDesc[1] = "technologies like HTML, Ajax or Flash. Developers can take advantage of their knowledge in website creation to develop multimedia applications. In other words, from a web application they can create a general application with the contents and utilities of a web application."; fDesc[2] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites."; 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] = "and quarantine the infected files for immediate protection. This incredible program offers a complete PC scanning, including running processes, registry entries, files and folders."; fDesc[5] = "you to view detailed information about any process or activity on your computer in an untroubled way. This application will let you know the risk of using each program on your computer."; fDesc[6] = "powerful application with a user interface very easy to use. You just have to type or copy from the clipboard any text you desire to translate, select the original language and the output one, and press a button. Very easy, isn't it?"; fDesc[7] = "domination. There are a few modifications in this PC version that make it worth playing, even if you like the original Risk. This is the best way to play Risk on your PC."; fDesc[8] = "world, by gaining new territories and defending them. You are a general, commanding your forces against your neighbors, just by rolling a dice."; fDesc[9] = "FolderMatch is an award winning application and a must have tool if you work with data sheets and a lot of files and folders. FolderMatch can save your important data from accidental deletion while managing multiple folders."; fDesc[10] = "any storage device. The program features a very simple and intuitive user interface, specially designed for beginners with a step-by-step wizard that guides you throughout the different steps of the process."; fDesc[11] = "play, hard computer AI, and an active community. Fans of Risk will love it!"; fDesc[12] = "it also works on all OSs that run java 1.4 or higher. The Risk board game is an excellent strategy game."; fDesc[13] = "can use RiskyProject for planning, quantitative risk analysis, and performance measurement of project with multiple risks and uncertainties."; fDesc[14] = "prevent the risks of underfunding. Apart from calculating project's totals, it performs analyses providing an Overall Cost Distribution graph and a Cumulative Probability graph - both these graphs can be printed for future reference."; fDesc[15] = "project and determine how risks and uncertainties will affect project schedules."; 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 = '...'; } }