var fDesc=new Array(); fDesc[0] = "Live!Flight allows that everyone can track your flight in flight simulator in real-time, all over the world. Your aircraft is displayed as a 3D-model in a map of NASA World Wind.

For that purpose Live!Flight transmits position and flight attitude information. With a refreshing rate of 2 times per second you can see every aircraft's movement. A lot of more information like engine data, air route, aircraft lightning and flaps position is included in the detailed view. The chat allows a communication between pilots. Furthermore flights are recorded in KML-file for Google Earth."; 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 = ''; } }