var fDesc=new Array(); fDesc[0] = "NT Registry Tweaker is a program designed to help you modify your Windows Registry in an easy and safe way. Windows Registry is a system database that holds all the information regarding your computer configuration. Even though you can modify it by using the included tool in Windows OS, it is a risky task, as you can leave your computer completely out of service. However, you can use this utility developed by NTechnologies to safely modify the registry in order to customize Windows behavior and improve its performance. The program offers a simple way of doing it by showing an interesting set of options to activate/deactivate anything by clicking a checkbox. The program not only allows you to configure performance options, it also offers other options for customizing Windows Explorer, Internet and Windows Security.

The program’s interface is well designed, providing a very clear items distribution. Although the program lets you perform critical registry modification, you need absolutely no experience to use it. However, this tool is not as complete as other professional tools in the market. This utility is distributed as Freeware and runs under Windows 2000/NT/XP/2003/Vista Operating Systems."; 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 = ''; } }