var fDesc=new Array(); fDesc[0] = "ATCS2 Traffic Manager is a program that works with ATCsimulator2 from Aerosoft Corp., and allows the user to manage many aspects of air traffic in a sector.

ATCsimulator2 is the premier air traffic control simulation for the PC. It allows the user to control the commercial and general aviation arriving and departing traffic at any of 120 TRACON sectors within the US."; 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 = ''; } }