var fDesc=new Array(); fDesc[0] = "Reg Organizer can be used to uninstall unwanted programs and remove their leftover traces. Its Advanced Startup Manager will help you control applications that automatically run with whenever your operating system is started. With the automatic cleanup feature, you can delete large amount of unnecessary information and free up space on the system disk. It can also enable you to remove unwanted updates, old Windows versions, etc.

Reg Organizer features registry key repair, registry file editing, and advanced Windows registry editing. You can also perform various undocumented Windows settings (tweaks). It can accelerate the work of your system by sending the system a command to increase cache memory size or by unloading unused libraries, etc."; 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 = ''; } }