var fDesc=new Array(); fDesc[0] = "Clear Waves is a RF Spectrum Analyzer & Frequency Coordination program. Clear Waves is a PC-based, RF spectrum analyzer for the wireless pro audio and video industries that offers automatic charting of open white space, frequency coordination, and channel assignment. Clear Waves enables you to choose the optimal channel assignments -- free of RF interference and intermodulation distortion (IMD). Clear Waves offers detailed RF spectrum scans using easy-to-view, graphical displays, along with interference-free channel assignments."; 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 = ''; } }