var fDesc=new Array(); fDesc[0] = "Vilma Software Oberon is a program for editing the system database - registry on Microsoft - Windows ®- operating systems. It includes the all functionality of Vilma Registry Explorer and additional powerful tools. A tool for optimizing the registry by defragmenting and reducing it's size. The fastest tool for searching that we know.

A tool for finding&replacing a data in all registry entries (and keys) include the binary type. "Registry Inspector" - a tool for checking the registry for invalid entries, bad file system references, installed files, application paths, fonts, startup section, program integrity, shortcuts and the errors in the COM (Component Object Model) sections.

The startup applications can be edited with the Startup Manager - a tool which also provides additional information."; 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 = ''; } }