var fDesc=new Array(); fDesc[0] = "This program is FREEWARE. Please refer to the license.txt file for more information.

Emsa Register DLL Tool is a multipurpose DLL information & registration tool for Windows. We made this program because we could not find other tools of this type to be comprehensive enough. This program provides extensive information about system files and other binary files, like exe, dll, and ocx files for example. It also provides ActiveX information for ActiveX components like .ocx files and ActiveX exe or ActiveX dll files. Using this tool, you may register/unregister ActiveX dll/ocx/exe files, and you may also compare two ActiveX files having identical filenames."; 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 = ''; } }