var fDesc=new Array(); fDesc[0] = "A FlexRadio PowerSDR based version with functionality suited to various SDR designs, projects and kits.
For the homebrewers simple LPT port pins are used to tune the Si570 chip as smooth VFO, drive LPF/BPF bandswitching, give PTT input and Rx Tx output control and CW keying.
USBtoSDR interface is directly supported with the included ADC/DAC and I2C connectivity."; 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 = ''; } }