var fDesc=new Array(); fDesc[1] = "managingutility. O&O DiskStat has striven hard to provide its users with its advanced technology and elegant performance to combat all the space wasted on your disk and to make your system more responsive."; fDesc[2] = "Sometimes we need to transfer some statistical data from a particular program to another one. The reason can be either an analysis issue or optimization and correction."; fDesc[7] = "Counter 1.2 offers to use computer for dropping smoking. It is a small program with a friendly interface that can really improve your motivation."; fDesc[10] = ", 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[11] = "Stat-Ease. With the current new 7.1 version this smart tool has become more powerful with many different functions added/upgraded from the older version. It has new features like upfront power calculation for factorial design, Report Bookmarking, possibility to display grid ..."; fDesc[13] = "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."; fDesc[14] = "web site, you can make your site a more effective sales machine."; fDesc[15] = "file and a text file as output file and a field or Dbase function. The Dbase file is indexed on the selected field or function. Then the program count all changes in the value of that field or function. The result is put in a table in the output file which can be read in a word processor. The Dbase file remains unmodified during the process."; 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 = '...'; } }