var fDesc=new Array(); fDesc[0] = "NaP3 is a pan-adapter display program based on a combination of PowerSDR/IF from WU2X and PowerSDR v2.1.6 from Flex Radio. It communicates with the rig through LP-Bridge or LPB2, which greatly extends the capability of the rig by allowing multiple applications to easily connect to the rig and share its serial port."; 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 = ''; } }