var fDesc=new Array(); fDesc[0] = "SComm32.ocx is a replacements for Microsoft's MSComm32.OCX It has the same property names, methods and syntax as MSComm32 which means that, in most cases, it takes just a minute or two to add SComm32 to a VB6 project in place of MSComm32 without needing to change any of your code or learn any new syntax."; 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 = ''; } }