var fDesc=new Array(); fDesc[0] = "The Ultimate Traffic 2 - Power Pack is an easy to use tool to compile and import add-on schedules, create new schedules from scratch, airport identifier modification/creation, plus much more. Below you will find a few highlights of what the UT2 Power Pack provides:
Import Download Schedules - Several traffic schedule files exist on popular flight simulation websites. UT2 Power Pack users can import these schedules, with the help of AIFPC or TTools, to create schedules and AI aircraft activity for those that are not included with the software.

Create Add-on Schedule Manually - UT2 Power Pack includes the ability for users to manually create their own schedules from the ground up, one flight at a time. Users will be able to add smaller airlines that are not available on popular flight sim sites, special event schedules such as special military flights (Air Force One), charter airlines, and/or use it to schedule GA traffic at your local airport. Virtual Airlines will find the tool a great utility to add their virtual presence to the FSX world."; 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 = ''; } }