var fDesc=new Array(); fDesc[1] = "variety of keyboard layouts. The program supports novice and expert users who wish to improve on their typing skills. It is appealing to adults and children alike by applying feeback techniques to keep the user interested in taking the next lesson."; fDesc[2] = "5.01 ensures the security between host computer and gateway by checking that the MAC address from gateway to localhost and viceversa is correct."; fDesc[3] = "active TCP and UDP connections on your computer with protocol statistics. It is a set of utilities like Netstat, Ping, Ipconfig, Route, Tracert, Arp."; fDesc[4] = "information to understand how much space the files and directories consume on your hard disk drives, and it helps to find obsolete files and folders. JDsikReport requires Java 5 or later. JDiskReport works on Windows 2000/XP/Vista, Solaris, Linux and Mac OS X platforms."; fDesc[5] = "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[6] = "for logging and mesuring system components. The sensors permanently monitor behind parameters of the system."; fDesc[7] = "space is distributed among the file system hierarchy. Once you choose the drive you want to examine, the program analyzes the disk usage statistics. When it finishes, it will display a concentric graph. The inner circles will represent the main folders in your disk."; fDesc[8] = "Forex market , you can also use it to check the price of different currencies in relations to each others . you can also use this software to practice trading currencies."; fDesc[9] = "connect to your ISP, DUTraffic will record statistics for each on-line session. The program can be set to open a number of applications once a connection is reached, like running your preferred browser and e-mail client, and instantly close them once you're off-line."; fDesc[10] = "traffic. You have to sign up for an account in woopra.com, setup a new website to monitor, and plug some Javascript code into your web pages. The product is in beta release, some bugs may appear."; fDesc[11] = "visitors: activity statistics, file access statistics, paths through site, referring pages, search engines, browsers, operating systems, and more."; fDesc[12] = "lists. All this can be uploaded to your Pocket PC. You can download your flights from GPS devices, see the flight on the maps, explore statistics and relive it in a 3D view."; fDesc[13] = "screen. With this program, you will be able to select any spot of your desktop and set the program to record it and save it as a video file."; fDesc[14] = "your system tray so that you can keep track of the time you spent on any project or application on your system. Just select a user and a project to track the time taken for its completion."; fDesc[15] = "details. Tracks teams, players and referee stats. Generates statistics tables, result prediction. Includes a Web site creation feature."; fDesc[16] = "navigation, charts, open database format. View statistics changing over time, compare reports for different intervals. Create custom reports."; fDesc[17] = "It provides you with real-time information about your game. With its built-in graph support, it allows you to analyze the performance of your heroes. HeroStats is highly configurable and provides you with a range of features."; fDesc[18] = "desktop. It is capable of retrieving real time weather information from more than 720 weather stations. The utility can display the stats as a minimalistic tray icon or as a more detailed desktop banner taking a bit of desktop real estate at the top of the screen."; fDesc[19] = "traffic. SmarterStats provides support for multiple log file types like IIS, Apache etc. on Windows and Linux operating systems. It is a feature-rich tool that provides you with features like data mining, spider/bot detention, geographical analysis, charts and graphs."; fDesc[20] = "different purpose. Built-in and online help describes each form of the program. It's an indispensable tool for fast and easy writing reports without hassling with a large statistics data."; 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 = '...'; } }