var fDesc=new Array(); fDesc[1] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc."; fDesc[2] = "Pro is designed to quickly and easily draw good-quality, straightforward designs."; fDesc[3] = "count, document name, Time and date of printout, and printer name to your favorite spreadsheet."; fDesc[4] = "files. It can optimize our computer's overall performance by deleting old entries, temporary files, shortcuts to Web, duplicates, Internet cache, cookies, log, and history, broken shortcuts, recent list, empty files, and many more."; fDesc[5] = "tags from musical and pictures files. Rename files with regular expressions."; fDesc[6] = ", Insert, Format, Table, Tools, and Help. From the File option, it is possible to change the language, create and manage a database, search for records, backup, restore, import/export, print, and many more."; fDesc[7] = "data, supplements, injuries, body measurements etc. Graphs describe your progress. Library contains over 170 exercises."; fDesc[8] = "and post-paid sessions, timers, pricing, point-of-sale, a terminal protection, print charging, reports, traffic calculation, etc."; fDesc[9] = "agent-free and zero deployment environments."; fDesc[10] = "technical support aid. This is specially useful for technicians, to have a quick overview of the system that´s causing problems. The report can be zipped and send by email through a built-in utility."; fDesc[11] = "manages various activities with various features to remind activities like birthday, meeting, important event, holiday, daily, weekly events and many more. Once your region/city is selected, Actual Reminder also shows weather forecast for 10 days"; fDesc[12] = "important thing it is Freeware."; fDesc[13] = "conversions) and 14 discrete calculators for the more complex functions. Complete help system with individual tips for the complicated functions."; fDesc[14] = "have been fixed and new options have been added. When we create a new map it will automatically increase the map size when needed. Also the limits for the maps size have been increased. It is possible to retrieve information from SNMP devices via SNMP protocol."; fDesc[15] = "complex calculations on your desktop. WiseCalc is far-far better than other calculators. It has more than 450 in-built unit conversions and functions to aid you in calculation."; fDesc[16] = "with them via its piano keyboard, harmonica player, karaoke text display, lyrics display and more. With a simple interface even the amateur musician can learn to play music without having any professional training."; fDesc[17] = "This application was developed for monitoring a printer that is connected to your computer as well as all printers from the network. The program saves records about each usage of any printer and puts them into special logs."; fDesc[18] = ", Hyperlink, Programmable keys, Auto-Reply, Ignore, Relay, Tray icon, Print"; fDesc[19] = "navigation, charts, open database format. View statistics changing over time, compare reports for different intervals. Create custom reports."; fDesc[20] = "available to automatically fill your favorite web site forms. This tool does not only save time, but also avoids the need of trying to remember passwords and user names."; 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 = '...'; } }