var fDesc=new Array(); fDesc[1] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc."; fDesc[2] = "active presentations."; fDesc[3] = "firewall, and it doesn't have any trouble working with them. ThreatFire is an easy to use and free tool, that will help you to improve your PC security tremendously."; fDesc[4] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray."; fDesc[5] = "accomplished by deleting entries in your browser cache, browser history, bookmarks, favorites and cookies, your recently visited sites, your recent documents folder, entries in the Run dialog, emptying the Recicle Bin and the temporary folders, entries in your system's registry and more."; fDesc[6] = "clears your browsing history, index.dat files, removes cookies, cache, logs, deletes temporary Internet files, autocomplete search history and any other tracks left after using the computer. No useful documents are deleted, it only clears the records of your activity."; fDesc[7] = "all the text that you copy from that moment. At any time, you can paste the last clip loaded on the clipboard by simply hitting Ctrl + V, but Clipdiary allows you to browse through everything you have copied, and paste any item anywhere."; fDesc[8] = "clean a mess, first find it and then click on it with the mouse pointer. The second activity is to put the kids in bed before the parents come back home. To put a kid in bed click on it and then click on the bed."; fDesc[9] = "information that slows your computer down and occupies valuable space of your system. The program is fully customizable and performs scanning of your computer, you can specify what exactly you want to scan and also schedule scans."; fDesc[10] = "the cookies and the navigation history. But there is also a third kind of registration that is made on your PC. These saved files are called Index.dat, and they record information about your activity on the Internet. but Index.dat Analizer can help you with erasing this data easily and fast."; fDesc[11] = "detail that you see on your screen. It also records sounds from a connected microphone, which can be very useful while making presentations. Even the sound played through the speaker also gets recorded."; fDesc[12] = "developing videos to demonstrate features of new software or any other task that requires capture of desktop activity"; fDesc[13] = "get to know what our children are searching for on the Net, view their send/received e-mail/instant messages, chat, etc. We can view the reports on Web activity, instant message activity, social networking profiles, and instant message alerts."; fDesc[14] = ", create a new one to monitor our Wi-Fi signal strength for example. It can measure different kinds of application, i.e., HTTP, HTTPS, FTP, NetBIOS, domain, SMPT, POP3, IMAP, NNTP, RTSP, or custom."; fDesc[15] = "clipboard activity to its database. It can be considered your complete information center rather than a multi clipboard. Once you start using it and you get used to it, you will find it as the best option to perform clipboard activities."; 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 = '...'; } }