var fDesc=new Array(); fDesc[0] = "Chrono Connect is a powerful chronograph data logging program. The application allows you to connect a chronograph by a serial port or USB-Serial adapter to a PC, to register and save the power of projectiles being fired through it. It currently supports Shooting Chrony chronographs, Combro CB-625 chronographs MK1-4, CED M2 USB chronographs and ProChrono Digital Chronographs."; 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 = ''; } }