var fDesc=new Array(); fDesc[0] = "Fly by Wi-Fi works with Flight Simulator Series to control your aircraft panels and instruments. Moreover, it offers various information screens like Flight Tracking, Flight Plan, and PDF viewer for your flight documents. Tracking mode support, you can follow your aircraft position and flight path. Just set your PDF charts folder in Fly by Wi-Fi Server. You can download and open your PDF chart whenever you want. You can control various aircraft panels at your fingertips."; 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 = ''; } }