var fDesc=new Array(); fDesc[1] = ", find, and share your notes and information more efficiently and effectively. The program features powerful search capabilities that help you locate information quickly and easy-to-use shared notebooks that allows you to manage information overload, whether online or offline."; fDesc[2] = "computer performance and saving the computer against different kind of threat . one of the pain area with our computers is slowing down of computers, main reason of this is due to registry overload."; fDesc[3] = ", enhancing stability and giving you more margin for overclocking. CpuIdle achieves all this by shutting down CPU when not used (online cooling), optimizing CPU for maximum cooling effect and optimizing the chipset for maximum cooling effect (only supported chipsets)."; fDesc[4] = "memory from obsolete information, or if you want to close some not-responding program. It allows to set many preferences and use hotkeys."; fDesc[5] = "newsgroups and Web. NewzCrawler includes podcast receiver and has built-in blog client."; fDesc[6] = "in your computer) by storing it in a Database. What you do is create an Ultra Recall Database (*.urd file). You can create any number of database files and save them anywhere, transfer them to another system, etc"; fDesc[7] = "sounding voice. Supports optional premium voices from AT&T, Cepstral and NeoSpeech."; fDesc[8] = "capture, organize, and recall all of your electronic information across all the applications that you use."; fDesc[9] = ", Webmasters can crawl targeted Web servers (or whole sites) automatically and create an index of their content. Once scanned, users of the Web site can perform searches using simple queries that will return targeted, meaningful results. Phantom also provides the Webmaster with powerful site management capabilities such as server mirroring and archiving, broken link detection, automatic updates, and more. By scanning servers using the Web, Phantom allows seamless searches of multiple servers. In fact, any number of Web sites can be indexed and searched by a single Phantom server. So, in addition to providing users an easy way to search their sites, Webmasters can also provide search capability for other related sites."; fDesc[10] = "research. Zoot offers a highly efficient process for collecting and labeling raw information for future reference."; fDesc[11] = "These workers encounter several challenges in their daily lives such as maintaining himself up-to-date about the news in their specific area, monitoring their companies competitors, clients and partners, following the companies news posted on the intranet, etc. Have you ever wondered how much time your employees could save if there was a mechanism that could easy their process of following and searching for relevant information in the Web in an automated and proactive way? InstantaNews was created to help the companies which face this kind of problem every day. Working totally integrated to Microsoft Outlook it enables its users to retrieve news from websites, blogs, portals and various other types of information sources in an automated way. Using InstantaNews, the users can monitor the increasing number of information sources that support the RSS format in order to obtain news that..."; fDesc[12] = "information to be organized, but in place of the usual 2D sheet, it works in 3D. This sparks creativity and innovation by providing a tool to capture ideas - as they flow - in an unlimited 3D \"mind-mapping\" landscape. If you think visually, you now have a new way of managing projects and organizing information, computer files, and web pages. Concept mapping and mindmapping are powerful tools in business. But a major challenge for business users of mindmaps or concept maps comes when the practical limits of a flat sheet are reached. This happens on any substantial project, yet that is the time when you most need the ability to scan the information landscape. 3D Topicscape overcomes this by allowing effectively unlimited levels of hierarchy. It provides zooming, and flight through the information landscape. And if you use mindmapping software to organize and store files, you will..."; 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 = '...'; } }