var fDesc=new Array(); fDesc[0] = "rfInvestigator-FM is an engineering tool to help you comply with FCC 73.207, 73.215 and 73.509 rules when applying for a new FM broadcast station or making changes to an existing one. The program performs both spacing and contour analyses and allows you to search it's database of FM stations and applications.
This program offers a host of advanced features, many of which are not found in similar programs or are offered as expensive additions."; 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 = ''; } }