var fDesc=new Array(); fDesc[1] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[2] = "display a descriptive message explaining what the numeric code actually means."; fDesc[3] = "insert your passwords anywhere. Some web browser plug-ins do that. Password Keeper will only store them in a secure location from where you can copy them into the clipboard and past them anywhere."; fDesc[4] = "similar to the one found in most checkbooks. You can also define your own holidays and important dates."; fDesc[5] = "connection with one of the several atomic clocks maintained by the United States National Institute of Standards and Technology. WebTime 3.8 checks the time on your PC´s internal clock and corrects it with the time of the Atomic Clock Server."; fDesc[6] = "Live 2000 keeps your Internet Dial-Up Connection active and on-line by periodically sending a small TCP/IP packet."; fDesc[7] = "listed task. It also shows comprehensive information about the running processes containing the memory load, priority, and the DLLs they depend upon. You can use the program to print a hard copy report of the chosen module's dependencies."; fDesc[8] = "file it will be just removed from the file's directory entry while the data remains on the disk. Using this program will eliminate completely and eternally the contents and files you deleted."; fDesc[9] = "program is free so you can't complain if it doesn't support a lot of units of measurement. Luckily, that is not the case. This program supports a lot of categories and units of measurement."; fDesc[10] = "documents that contain paragraphs worded in a standard way. Or maybe you're a technical support provider and repeatedly receive the same questions in email. Or maybe there are certain long and complicated URLs that you find yourself needing to give out all the time. Some programs have macro expansion facilities, but not all. You could save your reusable text in a document and cut and paste from there, but that approach is clumsy. A better solution is RoboType 3, which adds a text expansion feature to almost any Windows program. You define abbreviations for the words, phrases, and paragraphs that you frequently retype and RoboType 3 does the rest, replacing your abbreviations with the expanded text. This latest update of RoboType includes numerous enhancements. A new \"groups\" feature lets you organize your abbreviations by category. The new \"tag\" feature lets you use variables such as..."; fDesc[11] = "hexadecimal and ASCIIstrings. Most commonly used menu commands are available on the application's toolbar ribbon. File Editor can be configured to optio..."; fDesc[12] = "1/1000 of a second accuracy. Lap Timer 2000 includes interfaces for the Joystick, Parallel Printer, Keyboard and Serial port."; fDesc[13] = "2000 can also be used for web site creation and routine maintenance."; fDesc[14] = "calendar to obtain the equivalent date in the other calendar. The Gregorian calendar is based on the birth year of Jesus Christ. It was introduced in A.D. 1582 by Pope Gregory XIII. It recognizes two eras: B.C. (Before Christ) and A.D. (Anno Domini). A year has 12 months with 28-31 days each, totaling 365-366 days. The Islamic or Hijri lunar calendar is based on the Hejira (migration of Muhammad from Mecca in A.D. 622). It recognizes one era: A.H. (Anno Hegirae). A year has 12 months with 29-30 days each, totaling 354-355 days."; fDesc[15] = "sum/difference calculation of the start time/date and input data. Export results Html, xml or txt files."; 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 = '...'; } }