var fDesc=new Array(); fDesc[0] = "PowerSDR/IF Stage is a modified version of FlexRadio Systems PowerSDR software. It is intended for use with Software Defined Radio (SDR) receivers, such as the Softrock, that are being used as an Intermediate Frequency (IF) stage with a radio that is capable of being computer controlled (via C.A.T. commands). The PowerSDR/IF Stage software now communicates with the Ham Radio Deluxe software to control and keep in sync with the radio being used. It also now supports direct serial connections to some radio models."; 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 = ''; } }