var fDesc=new Array(); fDesc[0] = "WinExt is a powerful utilities kit for Windows. Includes: 1. Keep your PC at better performance by fixing Registry issues and cleaning Registry junk. Includes dozens of sub-functions, such as removing Adware, fixing application problems, etc. 2. Make your computer run faster and gives you some extra disk space by secure cleaning up useless or invalid system resources. Includes dozens of sub-functions, such as deleting temporary files, invalid shortcuts, etc. 3. Protect your privacy also makes your system and browsers run faster by sweeping the traces of Windows, Microsoft apps and browsers. Includes dozens of sub-functions, such as removing recent documents (shortcuts), opening / saving history, browser cookies / cache, etc. 4. Greatly improve system performance, speed and stability by optimizing computer settings. 5. Quickly find the duplicate files on your drives relied on file contents. It compares file contents, the result is 100% accurate. 6. Quickly see all drives/directories/files size in 1 tree view, in order to let you to do the manual disk cleaning work easily. Key features: operate resources in batch mode. Sort resources by size in descending order. Intelligent unit and decimal of size. 7. See and open more recent used resources (files and directories). And see more properties of the recent resources, such as path, size, type, date modified and date created. 8. Monitor the operations for Windows automatically, such as 'Deleted', 'Renamed', 'Created' and 'Modified' actions of files and folders. 9. Select some resources (files / folders) first, and then you can make the following actions on them at once: move to Recycle Bin, permanently delete, copy / move to other location, rename, output information and change properties. 10. Automatically or manually synchronize your resources to other place. 11. Disable unwanted system or third-party context menus. 12. Run trusted programs without UAC prompt. 13. Trace the file changes in real time."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }