var fDesc=new Array(); fDesc[1] = "increase your magic level, you will be able to use spells . It features three game modes: strategy, action, and time trial."; fDesc[2] = "greatly its presence or the presence of other harmful programs in the system. Rootkit applications can become a cause of losing private data. Sophos Anti-Rootkit is software that was developed for detecting and removing rootkit applications from your system using latest technologies."; fDesc[3] = "take the user out of this frustrating situation, Smart CD Catalog Professional will prove out to be very effective. Smart CD Catalog Professional will allow user to arrange and list the collection of their CDs/DVDs in a systematic and ordered manner."; fDesc[4] = "replays as .AVI files. You can play using your keyboard or joystick. The program has a database of 40 soccer leagues worldwide. You can play with any team from any country."; fDesc[5] = "uses the method of touch typing, which consists in typing using the ten fingers without looking at the keyboard. The program is simple, very easy to use, and aims at training users through a simple and effective game."; fDesc[6] = "of Sudoku! Sudoku Up includes five difficulty levels to challenge you. Enjoy the detailed statistics of each game with graphs, 3D pie and bar charts, and tables to estimate your skill level."; fDesc[7] = "this is happening then you might find BootLog XP by Greatis Software really useful. This small utility will help you solve this problem by giving your detailed statistics and all information about booting process in a graphic view."; fDesc[8] = "with the possibility to create and use beautiful decks with your favorite pictures, or use one among the thousands of decks available on the net."; fDesc[9] = "time periods. Such statistics can be very useful, because it can help in diagnosing diseases. The program represents statistics in a simple way using a special graph."; fDesc[10] = "hard drives. The thing is that Windows usually gives to each file more disk space than it actually needs. Such extra space is called “slack”. This application analyzes you hard drives and gives you detailed statistics about wasted size on each of them."; fDesc[11] = "statistics including the number of printed documents and pages for each user and each shared printer."; fDesc[12] = "detailed statistics about protocolsand interfaces. Also included are databases over known trojan ports, country codes ..."; fDesc[13] = "keep you entertained for years to come... No need to search for other sources of Sudoku!"; fDesc[14] = "recording time of other processes, like daily Internet usage. The program saves detailed statistics and exports it into one or several files. Such files can be also joined to get statistics for a longer period."; fDesc[15] = "gathering software system for large organizations, printing businesses and internet cafes."; 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 = '...'; } }