var fDesc=new Array(); fDesc[0] = "The oakland software ActiveX/COM Inspector allows you to examine, trace events on, and manipulate the behavior of any ActiveX/COM component. It also includes special support for visual controls by presenting them on a design surface and running them in design or non-design mode."; 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 = ''; } }