var fDesc=new Array(); fDesc[0] = "PC Remote Registry Merge allows you to Import/Merge any registry file (.reg) to remote computers on a NT Networks under administrator privilege.

The program can automatically enumerate all computers on the LAN and you can simply drag the ones to process into the action queue.

You can also scan remote computers for detail informations, such as Installed Application, Service Packs, manage multiple registry files, filter by machine criteria and more."; 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 = ''; } }