var fDesc=new Array(); fDesc[0] = "TLI CRO is designed to record sound from your PC sound card and provide an interface that works in the same way as a traditional oscilloscope. You can control Time Base, change Voltage and DC Offset, calibrate voltage, and save recorded info as a wave file.

To record from two channels you need to use your computer’s line-in. Most PC microphone inputs are a mono or single channel."; 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 = ''; } }