var fDesc=new Array(); fDesc[0] = "AirNav RadarBox, the world's best selling and most advanced Real Time Virtual Radar. Designed by Professional Pilots and the first and only ADS-B receiver with a presence in space.
AirNav RadarBox is the closest you can be to real world aviation without leaving your chair thanks to next generation Radar decoding. By decoding ADS-B (Automatic Dependent Surveillance Broadcast) radar signals, you will be able to see on your computer what real Air Traffic Controllers see on their screens in Real-Time. Flight number, aircraft type, altitude, heading, speed are all updated each second. Included is the award winning software interface developed by the world's leader in flight tracking and monitoring solutions, AirNav Systems."; 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 = ''; } }