var fDesc=new Array(); fDesc[0] = "FS2004 Traffic changer v 721. A tool to simplify AI for FS2004. Easily make flight plans, compile BGL files and place the final plans into FS9 using a "group" concept. This is ideal for managing fleets of AI aircraft or for users wanting to easily change AI traffic at a single airport. It installs with 59 default AI aircraft, a sample flight plan and 5,500 common airports to make it very easy to get started."; 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 = ''; } }