var fDesc=new Array(); fDesc[1] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[2] = "colleagues. It provides instant messaging, PC-to-PC voice and video chat, files transfers and email notifications. There is also ICQ client integrated in this version (5.3) of the program."; fDesc[3] = "been here for a long time now. The game is just not what it used to be. So with Undercover, they tried to go back to its origins. The game now has cut-scenes and a plot. You are an undercover agent."; fDesc[4] = "performance. Defrag, clean, repair, optimizes and check status on hard disc drives or any media connected to your system (fix or removable - memory cards, memory sticks). Rearrange all the data files to adequate them for best performance and for least used space on your hard discs"; fDesc[5] = "works without starting the Keeper and lets the user to trace the arrival of new payments and messages. This useful utility checks if there is a new transfer, bill or a message."; fDesc[6] = "well as hardware tools. Compatible with many operating systems it is supporting 11new languages (Traditional Chinese, Greek, Hungarian, Japanese, Korean, Russian, Romanian, Slovak, Swedish and Portuguese) to help many other linguistic users."; fDesc[7] = "to search and the application selects the best engines to perform the task and search all of them at once. In addition, the application offers different search criteria for repetitive searches, such as \"buy music\", \"buy books\", Newsgroups, etc."; fDesc[8] = "stealthy operations. You play Sam Fisher, an agent who has been known to be a model agent. He is jaded and rough around the edges but he's terribly good at what he does: kill people. This game changes the user's perception of Sam."; fDesc[9] = "consulting targeted search engines and information sources on the Web. The Quick Search allows you to search for an expression in a wide range of search engines."; fDesc[10] = "very distinct as compared to the rest, Agent supports vEnc encoding and along with that it joined multi-part binaries. It is among the first group to do that. It has a vast set of commands that can be used for searching, filtering and navigation."; fDesc[11] = "and data snippets in a single, secure database. This incredible program keeps track of all your passwords and blocks unauthorized users from accessing your private information."; fDesc[12] = "following languages: English, Russian, German, Spanish, French, Portuguese, and Italian. All you need to do is copy or type the text you want to translate, select the languages, and press the translate button."; fDesc[13] = "application for managing your music and syncing your library to your iPod. It is also known that the iPod can only be synced using iTunes, and that iTunes only works with iPods. It is sort of a vicious circle."; fDesc[14] = "own characters. Voice-enabled technologies such as Microsoft Agent Character Editor can solve this problem. Agent Character Editor provides more natural ways for people to communicate with their computers."; fDesc[15] = "and different specialized information sources, applying its own search management tools. Copernic Agent Personal allows you to customize your search, finding and keeping only relevant information."; 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 = '...'; } }