var fDesc=new Array(); fDesc[0] = "DigiPan stands for "Digital Panoramic Tuning" and brings the ease and simplicity of PANORAMIC reception and transmission to PSK31and PSK63 operation. DigiPan provides a panoramic display of the frequency spectrum in the form of an active dial scale extending the full width of the computer screen. Depending upon the transceiver IF bandwidth, it is possible to "see" as many as 40 to 50 PSK31 stations at one time. Low-cost transceiver kits for 10 meters, 20 meters, 30 meters, 40 meters, and 80 meters, the PSK-10, PSK-20, PSK-30, PSK-40, and Warbler (PSK-80), are available from Small WonderLabs that make full use of DigiPan's panoramic capabilities through the use of a 3000 Hz wideband IF.

All stations on the waterfall are now simultaneously decoded, and the callsign and text of each station is continuously shown on a separate multichannel display."; 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 = ''; } }