var fDesc=new Array(); fDesc[0] = "RDS Spy is a free RDS Decoder for Windows with Plugin support. The program has support for RDS decoding from MPX or RDS signal connected directly to the sound card. It provides complete DSP processing of the input signal, including 57 kHz band-pass filtering, subcarrier synchronization and demodulation via Costas Loop equivalent structure, RDS clock regeneration, biphase symbol decoding and differential decoding of RDS data."; 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 = ''; } }