var fDesc=new Array(); fDesc[0] = "The LogicPort provides 34 channels sampled at 500MHz. This includes two state-clock inputs which function as normal sampled channels in timing-mode. The LogicPort is controlled and powered via your PC's USB 1.1 or 2.0 port for the ultimate in convenience and portability."; 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 = ''; } }