var fDesc=new Array(); fDesc[1] = "viewer standard, dethroning the Adobe Acrobat. A very important detail is that this application you can use it legaly without spend a buck since its a freeware."; fDesc[2] = "bittorrent client will work with this program! It can report to any tracker (the website used to manage specific torrent files / file sharing between the peers), any wrong upload traffic information ! So, you apper to be uploading many GBs or TBs of data, but you really aren't."; fDesc[3] = "using. The main element in the whole process is the application tracker, Wakoopa 1.0.7, which is a small application that monitors your computer and reports back to Wakoopa with the applications that you use."; fDesc[4] = "and understand where your income goes. Expense Tracker can help you manage your expenses much more easily than the old pencil and paper method."; fDesc[5] = "simply need to load a torrent into the interface. The program does not upload any data at all, though. It just cheats the system into believing that an active connection is made and that data is flowing through it."; fDesc[6] = "open or closed registrations. The program features a nice and intuitive user interface that makes it very easy to use, especially for beginners."; fDesc[7] = "sound that you want to create music by arranging the sounds in its GUI Editor. This special download package contains the Tracker program, over 100 pre-tuned sounds, a tutorial, an example song, and special effects plugins to use in your music."; fDesc[8] = "large companies. It'll enable admins to take full control of all network assets with hardware and software tracking, device audit, etc."; 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] = "global positioning systems, or GPS for short, is what this program is meant to provide. It gives you a way to link a receiver to your computer."; fDesc[11] = "of computers in their networks. This inventory collects a lot of information about software and hardware present in the computers connected to the network without the need of installing a client in those computers. It includes a Report Builder."; fDesc[12] = "sites. Players are also allowed to track their movements in the game. Players can see graphically an entire session or even a tournament."; fDesc[13] = ", Brazil and Argentina. It is feature-rich software that tracks statistics like game scores, won/lost record, kicks, goals, fouls, blocks, game scores, team standings etc. Soccer Stat Tracker also provides you with a ‘Top 10’ team list for specific betting game."; fDesc[14] = "small application that was developed to help you in your struggle for a great body. This tiny application makes weight data logging much simpler. The main thing you should do is measure your weight regularly and input the results into this program."; fDesc[15] = "saves all statistics about changes in a user’s glucose level for a certain period of time. The program can be very useful for people who has diabetes and for doctors who institute therapy."; 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 = '...'; } }