var fDesc=new Array(); fDesc[1] = "customize many hidden options such as mouse sensitivity, command keys, icons, file extensions, etc. with just a few clicks. Tweak UI is completely free and very easy to use!"; fDesc[2] = "interface. Easily organize prompt windows, autosave logs of command line, search and highlight keywords, auto-complete commands with associated icons."; fDesc[3] = "Registry, Start Up, Tweak UI, Net Tweaker, The Privacy, File Shredder, Invisible Man. Site: www.wintools.net"; fDesc[4] = "tool will take you to the Windows XP and Vista back stages. And that’s not all, also you will be able to give some orders and make some changes in a really safe way."; fDesc[5] = "Registry becomes changed, with new entries created, that not always are deleted when you uninstall that program. The Registry will then begin to accumulate obsolete entries, that will significantly increase the registry size and slowdown your computer."; fDesc[6] = "appearance of Icon title and menu alignment. You can control the Control Panel by appearance style display applets and enable or disable any icon of the Control Panel."; fDesc[7] = "and easy to put in action. But what you can do with this? TweakNow PowerPack will let you tune almost every variable of your PC's operating system and your Web browser through its package of utilities. Pretty big package by the way."; fDesc[8] = "neccesary files for the proper function of the programs are located. Even when, apparentely, everything related to a program is deleted upon unistallation that's not quite true. RegCleaner searches and removes obsolete entries from your Windows Registry"; fDesc[9] = "elements in your registry, fine tuning them to get the better possible performance. Tweak-XP Pro include more than 56 different utilities, offered in several sections."; fDesc[10] = "best way to tweak and optimize your Windows XP system. Advanced XP Tweak gives your system the look you want, and optimizes its performance."; fDesc[12] = "performance. The memory optimizer includes a memory monitor which shows you the CPU usage and the amount of free memory."; fDesc[13] = "drives and dead references from the Windows registry. WinTools.net gives you control of start up process and customize system settings."; fDesc[14] = "application is designed to use it frequently in order to keep your PC running in perfect condition. Clean your computer, System Configuration, Backup your data, Restore deleted files, etc., are some of the excellent maintenance tools included in this great application."; fDesc[15] = "operating systems.Tweaking an operating system refers to modifying software, hardware or other settings that affect how the operating system works."; 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 = '...'; } }