var fDesc=new Array(); fDesc[0] = "Tweak Manager is a powerful shareware utility program for Windows. It has been designed to help us apply changes to our computer. We can change, disable, implement, restrict, allow, force, enhance and setup all the bits and pieces of our system, including operating system, applications, hardware and many more. The panel on the left side displays in a tree-like structure My Computer, Windows, Accessories, Desktop, Explorer, File Systems, Login and Authentication, Start Menu and Task Bar, Startup and Shutdown, System, Troubleshooting, Hardware, Network, Security and Software. By selecting any of these categories, we will be able to view and select any sub-categories. The panel on the right provides information about the options available, name and modification date. There is an evaluation version which is available for downloading from the developer's website. This free trial version is not a fully-functional one, although we are allowed to view all the features that the registered version offers. It is highly recomended to have some Windows knowledge before applying changes. Tweak Manager runs under the following operating systems: Microsoft XP, 2000, NT, ME, 98 and 95."; 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 = ''; } }