var fDesc=new Array(); fDesc[0] = "The G8JCFSDR is an SDR which uses RF front-end hardware to down-convert RF frequencies into the 0~24KHz range accepted by most PC soundcards. The PC reads in the soundcard signal and carries out all of the filtering, demodulation, AGC, and notch filtering in software rather than hardware as would be the case in a traditional receiver. Because the receiver is all software, there are things you can do which would be almost impossible in h/w, how about -100 dB filters for a start !"; 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 = ''; } }