var fDesc=new Array(); fDesc[0] = "PrintCapture is essentially Windows-based software. Although PrintCapture was designed to replace the printer or plotter normally used with test equipment, such as logic analyzers, oscilloscopes, and spectrum analyzers, it has also been used in applications that we never envisioned or even knew about. Customers are now using PrintCapture with injection molding machines, Humphrey Field Analyzers (Humphrey Visual Field Analyzers) used in eye examinations, paper processing machines, Hoffman balancing machines, cotton analyzers, and flight simulators to name a few."; 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 = ''; } }