var fDesc=new Array(); fDesc[0] = "Printer Comm ActiveX 1.0.1 is an OCX control for software developers and software authors. With this control you can print text, pictures, shapes and much more, directly to the selected printer. You can get the printers devices installed on the local system; you can set a default printer, and even get the status of the printer job, all from VB6, .NET or Access, fast and easy."; 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 = ''; } }