var fDesc=new Array(); fDesc[0] = "A Registry editing and System restoring utility. RegView not only provides almost all the features which 'RegEdit' has but also adds some very useful features which 'RegEdit' misses, such as select root or whole registry for registry key or value search, replace and delete with one single search and which can also combine with multiple keyword string search. Another key feature of RegView is to provide registry 'record and compare' so that users can track any registry change. And better yet, you can restore those registry changes with one single click. RegView also 'record and compare' and restore ini files and any 'directory and file' change. These provides a good system recovery to restore back to original system status at the time of recording. For examples, users can use RegView to record registry, ini files and 'directory and file' before installing some application under test. Then after the test, you can use RegView to restore the system change which has been affected by that application."; 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 = ''; } }