var fDesc=new Array(); fDesc[0] = "FlightSim Commander is a professional flight planner, GPS, Moving Map and navigation tool for Flight Simulator 2004, Flight Simulator X and Prepar3D. You can plan a flight professionally using entire routes or route segments. Insert North Atlantic Tracks, PACOTs and SID´s and STAR´s. Save or convert your flight plans in various formats such as FSX, PMDG, Radar Contact, Sqawk Box, IVAO, FSInn, Google Eart©, iFly, Quality Wings, LevelD or X-Plane."; 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 = ''; } }