var fDesc=new Array(); fDesc[0] = "This tool simplifies registration of COM DLLs across platforms. With this tool you will identify the bitness of a DLL file and register it correctly, if the tool is on a 32-bit system and a 64-bit DLL is passed, it is simply ignored. Regsvr64 works on Windows XP or later."; 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 = ''; } }