var fDesc=new Array(); fDesc[0] = "The CED M2 chronograph incorporate a micro-controller that runs at 48 MHz while expanding the operation range from 50 fps to 7,000 fps.. Memory storage has been expanded 500% from 220 velocities to over 1,000 stored velocities. This free utility will conveniently download data from the CED Millennium Chronograph, post data to spreadsheets, print reports and more."; 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 = ''; } }