var fDesc=new Array(); fDesc[0] = "Global Air Traffic Control is a standalone simulation of the task of Tower, Approach and Departure controllers. What sets it apart from every other ATC simulation is that it is global, it covers all the major airports in the whole world with literally unprecedented detail. It uses the same (licensed) database as the majority or airliners so for each of the nearly 14.000 airports you will guide aircraft over the correct routing and procedures. And the aircraft you guide will fly as they should and they will be the right type and the right airline for that airport."; 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 = ''; } }