var fDesc=new Array(); fDesc[0] = "Karen's Registry Pruner is a small, easy to use and effective software which can be very helpful in cleaning the unwanted registry files. This registry pruner software searches for all types of orphaned registry entries in Windows operating system and removes them in a very effective way. The software can also be used to scan for the shared DLL files as well as the deletion of ghost entries present in the Control panel’s Add/Remove program applet on the user’s operating system. The software helps the users to easily get rid of orphaned registry entries which can otherwise be the main cause behind the malfunctioning of install and uninstall programs. Orphaned entries are also responsible for triggering annoying ‘Registry Corrupted’ error messages. The main advantage of using Karen's Registry Pruner is that it is a complete freeware. Therefore the users don’t have to worry about annoying nag screens and trial period expiration. Furthermore, the software is compatible with almost all the known versions of windows such as 98, 2000, XP, NT, ME."; 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 = ''; } }