var fDesc=new Array(); fDesc[0] = "The Pathloss program is a comprehensive path design tool for radio links operating in the frequency range from 30 MHz to 100 GHz.

The program is organized into eight path design modules, an area signal coverage module and a network module which integrates the radio paths and area coverage analysis.

Switching between modules is accomplished by selecting the module from the menu bar.

The functions and features of these modules are described in the web pages below.

Pathloss is a smart, powerful and professional tool that helps you search radio links on web."; 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 = ''; } }