var fDesc=new Array(); fDesc[0] = "WR-G33DDC is a program that provides a logical user interface with several spectrum analyzer configurations including the 50 MHz full span with 1.5 kHz resolution. It offers a fully-zoomable display that can be viewed in either the standard or waterfall mode. It contains all the features generally expected in modern receivers such as noise blanking, memories, scheduler, squelch (level, voice or noise activated), numerous tuning options and a wide choice of demodulation modes, including user-defined and optional DRM mode."; 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 = ''; } }