var fDesc=new Array(); fDesc[1] = "played on Windows, is, arguably, the most stable and best working Nintendo 64 emulator out on the field. In order to play actual commercial games one has to have a ROM file for the game that is going to be played."; fDesc[2] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price."; fDesc[3] = "performance of the system. This program will assign a certain processor priority to the 'current' application (this is, the one that you are actually using 'right now')."; fDesc[4] = "tower that will display the actual time. The clocks on the tower show you he correct time and can be set to strike every 15, 30, 45, or 60 minutes, or you can turn the sound off completely."; fDesc[5] = "happening on your computer. It runs hidden in the background, and automatically logs all keystrokes, and can also take snapshots of the desktop."; fDesc[6] = "page content. The program has own image manipulation features, that you don't need to use image editor."; fDesc[7] = "data is actually an explorer of your files and folders, which tells you about the actual size of your files and folders on hard disk or on removable disk and the allocated size of each file or folder on them ."; fDesc[8] = "professional developer needs and saves you time and money by making installations easier, faster and more reliable!"; fDesc[9] = "The program sits silently in your system tray, allowing you to keep your taskbar uncluttered, especially when you work with multiple windows."; fDesc[10] = "or a virus can infect your archived file or it can be damaged while downloading. This repair tool can recover as much data as possible from all these damaged archived files. It uses a very effective algorithm for recovering data and repairing archived files."; 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] = "it. You can search for documents that contain a specified phrase or keywords and then replace, insert or remove text, based on your needs."; fDesc[13] = "text. Actual Keylogger cannot be seen in the task manager, programs files menu, system tray or uninstall list."; fDesc[14] = "repairing zip file structure and recovering data within. It overcomes CRC (cyclic redundancy check) failures by scanning the corrupted zip archive and by comparing its current and original CRC values."; fDesc[15] = "This program features a smart and friendly graphical user interface. We can enter our income and expenses on a monthly basis and view the balance. There are eleven specific categories for expenses that cover all aspects of our daily life."; 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 = '...'; } }