var fDesc=new Array(); fDesc[1] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information."; fDesc[2] = "RuneScape players because it gathers and brings together all RuneScape related resources. This is incredibly convenient for RuneScape players since they’ll see significantly simplified their gaming activities."; fDesc[3] = "use."; fDesc[4] = "records everything typed, saving it to a file that you can later view. You can set the program to work in hidden mode. This way it won´t show you the tray icon. You can see that icon again by pressing CTRL+ALT+SHIFT+M."; fDesc[5] = "example, it can be installed on computers used by children, to track what they do and prevent them from opening programs or web pages with adult content. The program has 5 components: screenshot capture, key logger, website filter, software blocker, and P2P blocker."; fDesc[6] = "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[7] = "Email or FTP the results automatically to anywhere in the world with Active Key Logger."; fDesc[8] = "machines replace often erroneous human beings at business-critical automation tasks. Various devices are being attached to PCs in order to implement extended functionality. More and more devices are invented (and to mention re-invented) these days within the new digital paradigm. Serial ports provide fast and easy way for developers to implement software support of their innovative hardware. Communication via standard COM port interface is a perfect way to ensure the new hardware will be compatible with most modern and yester PCs. And with growing number of USB devices simultaneously connected to a PC, serial ports grow to be a true alternative in data interchange.However, developing software that communicates with a device via COM port may be a challenging task without proper tools. What all developers and engineers actually dream of is a superb tool that would allow them to listen to..."; fDesc[9] = "In stealth mode it is virtually undetectable!"; fDesc[10] = "data hub of your classroom and lab. With it come real-time graphing, powerful analytical functions, and intuitive hands-on learning that make data collection easy to measure, analyze, and learn."; fDesc[12] = "Use the built-in stopwatch for time tracking, or enter time and expense data at the end of the day. Palm Interface included."; fDesc[13] = "IT security specialists to record keystrokes."; fDesc[14] = "silently at the lowest level of Windows to prevent the monitored users from removing the software."; fDesc[15] = "the Internet. It can really help in providing effective computer protection and preventing private data loosing. Internet Content Logger is a small and absolutely free utility that creates logs with detailed information about network activities of all your programs."; 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 = '...'; } }