var fDesc=new Array(); fDesc[0] = "RegSnap is a tool that can help you analyze changes made to the Windows Registry. You can view, explore and compare saved registry snapshots and find which keys were modified, deleted, or added. You can also analyze other sensitive system parts, such as a list of files in system directories. RegSnap can generate undo/redo .reg files and HTML reports. RegSnap can export and import .REG files, it has easy to use REGEDIT-alike user interface. RegSnap can be uses to view .REG files. RegSnap supports OLE Automation (i.e. RegSnap is scriptable from Visual Basic or any other Automation client). RegSnap can connect to a remote registry and take snapshots from a remote computer."; 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 = ''; } }