var fDesc=new Array(); fDesc[1] = "whole system, so giving you back valuable disk space within seconds. - Get a clean, lean and mean System!"; fDesc[2] = "that they can be browsed as if they were being read directly from the internet. Includes Multi-threading, complex download filters and SWF support."; fDesc[3] = "Folders can customize every single folder of your operating system excluding the sub folders. You can choose a folder icon among more than 1000 stylish icons."; fDesc[4] = "files. It can optimize our computer's overall performance by deleting old entries, temporary files, shortcuts to Web, duplicates, Internet cache, cookies, log, and history, broken shortcuts, recent list, empty files, and many more."; fDesc[5] = "use and has a definite impact on the time it takes to access frequently visited Internet sites. All you have to do to gain a noticeable impr..."; fDesc[6] = "will achieve its goal by tweaking the TCP/IP parameters, removing banners and pop-ups, making a better use of proxies and prefetching web pages."; fDesc[7] = "not really intuitive user interface. At first you will see a compact interface in blue color that makes it difficult to see how the scan is progressing."; fDesc[8] = "performance"; fDesc[9] = ", making it very powerful. It has a Windows look and feel making it user friendly. Clips can be retrieved using keyboard, mouse, and favorite clip option, recently used clip option, etc., or using hotkeys. It also has powerful paste and text editing options."; fDesc[11] = "NTFS, Compress your hard drives. Convert Images and do much more with Windows Powertools. All for Free!"; fDesc[12] = "URLs, and more. The program offers the option to clean any of the previous items. Additionally, it allows you to manage your favorites collections and tweak the power options of your Internet Explorer."; fDesc[13] = ", protect your privacy, delete duplicates, disk stats and graphics, shredder, registry cleaner, block spyware, 8 idioms."; fDesc[14] = "corresponds to the specified destination IP address. The ARP cache contains IP/MAC translations."; fDesc[16] = "Windows--password hidden under a row of asterisks(*) , IE Password,bios password, Administrator Password,Cache Password,dial-up password, access password"; fDesc[17] = "cache technology, it improve the user experience of viewing map."; fDesc[18] = "can inspect found items one by one or you can save or delete them all together. Supported proxy servers: WinGate 4 and WinProxy 1.4/1.5 ."; fDesc[20] = "ability to extract entire document trees. Organizing functions like intelligent domain sorting, hiding and deleting documents, helps you to keep track of important things in the browser cache."; 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 = '...'; } }