var fDesc=new Array(); fDesc[0] = "FSAirlines consists of two parts - the Flight Tracker and the Crew Center. The Flight Tracker records all the flight-information directly from your flightsimulator, generates a detailed flight-report and automatically transmits it to a online Virtual Airline Management System - the Crew Center.
The Crew Center provides you with important management tools, which allow you to control all major aspects of your virtual airline."; 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 = ''; } }