var fDesc=new Array(); fDesc[0] = "Heli Traffic 2009 is the first Flight Simulator add-on that adds realistic AI helicopters that take off and land vertically, fly like helicopters and use helipads and not runways. This innovative product brings it's own AI engine that fully controls AI helicopters, instead of relying on FS to fly them. This allows a much greater degree of control, which translates into a realistic helicopter flight behavior.

Heli Traffic 2009 uses airport helipads for takeoffs and landings. Both stock and add-on airports are recognized. You can also define additional helicopter landing spots from within the program. Or you can add helipads to your airport with our Airport Facilitator X product - and Heli Traffic 2009 will automatically recognize and use these helipads."; 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 = ''; } }