var fDesc=new Array(); fDesc[0] = "G305 demodulators are DSP software plug-ins which fit into the G305 control panel. All the last IF (intermediate frequency stage) and the demodulation stage functions are performed in software. Having been freed from hardware constraints, this brings about unprecedented level of flexibility and performance to the receiver. It features AM, AMS (synchronous AM), AMN (narrow band AM), LSB, USB, FM6 (6 kHz FM), FMN (15 kHz FM) and CW modes, with fixed bandwidths (the FMW mode is optional). There is a real-time spectrum scope which shows the actual situation on the received band."; 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 = ''; } }