var fDesc=new Array(); fDesc[0] = "A program designed to walk the Windows registry and match keys, values, and data with regular expressions. Matched items can be deleted or the branch they are on can be pruned to a particular depth.

RegistryWalker is a program designed to help you search for and optionally modify sub-keys, values, and data found in the system registry on Microsoft Windows platforms."; 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 = ''; } }