var fDesc=new Array(); fDesc[0] = "QUISK is a tool defined radio receiver and transmitter that runs on a PC. It works with sound card samples, the SDR-IQ by RfSpace, and with Ethernet/UDP samples from my SDR transceiver and my SSB/CW exciter. The app can be used with different hardware by editing its configuration file, and adding hardware and widget files written in the Python language."; 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 = ''; } }