var fDesc=new Array(); fDesc[1] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users."; fDesc[2] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox."; fDesc[3] = "occurred. -The source or destination file may be in use. -The file is presently being used by another program or user."; fDesc[4] = "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[5] = "data. This application scans your files and deletes stored private information to protect your privacy. In its free scan version some features are disabled."; fDesc[6] = "provides instant access to all AOL services and features such as mail, Instant Messenger, and much more. It includes a surfometer that shows you the number of webpages visited and enables you to add the buttons your want to your bar from its button gallery."; fDesc[7] = "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[8] = "manage the temporary pages and or files that get automatically created. In addition, control is exercised over the downloads from the Internet. All the files and downloads are reviewed by the IECacheViewer."; fDesc[9] = "easily clear your browser’s history, your browser’s cache,I mean, temporary internet files. It can also delete cookies of your browser. If you want, you can clear typed and visited URLs list. It can also clear the auto complete forms data and passwords."; fDesc[11] = "You can examine web pages you have visited and clean the IE cache and temporary files too."; fDesc[12] = "Computer. It removes browser information like cookies, history, visited websites, typed URLs, temporary internet files, and much more. NVT Internet Privacy Cleaner also tracks windows activity like recent opened programs, pre-fetch files, temp directory, cache, etc."; fDesc[13] = "the last few days."; fDesc[14] = "MozillaHistoryView is a small utility that reads the history data file (history.dat) of Firefox/Mozilla/Netsca pe Web browsers, and displays the list of all visited Web pages in the last days."; fDesc[15] = "the web net. Visited web pages, i.e. Internet history, cookie files to let the browser remember which pages user has visited already, all the typed URLs that user has entered to the path (address) bar on the Internet browser, etc."; 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 = '...'; } }