var fDesc=new Array(); fDesc[0] = "KwikCountEX is a data integration add-in for Microsoft Excel 2000 or later. KwikCountEX's features are similar to those of the TriCoder Utilities program but designed to smoothly integrate with Microsoft Excel. KwikCountEX performs USB, serial and keyboard data transfer (computer-to-TriCoder or TriCoder-to-computer) from an Excel worksheet."; 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 = ''; } }