var fDesc=new Array(); fDesc[0] = "The BearingTrack program suite is designed for use with the Doppler Systems DDF6000 direction finder. BearingTrack collects information from a network of direction finders, displays the lines of bearing from the direction finder sites to a RF source, and predicts the location of the RF source. Direction finders are connected to the computer via a modem, a radio modem, or via the Internet or an intranet."; 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 = ''; } }