var fDesc=new Array(); fDesc[0] = "Addit! Pro For Flight Simulator 2004 is a full-featured addon manager for Microsoft Flight Simulator 2004. With Addit! Pro you can:

- Quickly and easily install new addons straight from zip files or from folders.
- Remove addons without breaking others.
- Manage aircraft, adventures, A.I. flight plans, A.I. airport and facilities data, flights, flight plans, panels, scenery, skins and repaints, sounds, textures, videos, weather and more!
- Archive addons in Addit! Pro's File Cabinet, automatically zipped to save disk space.
- Modify your aircraft, panels and sounds.
- Manage multiple configurations using Addit! Pro's FS Configuration Manager.
- Manage A.I. flight plans using the A.I. Traffic Manager.
- Full-featured scenery library editor provides all of the functionality of Flight Simulator's scenery library manager plus much more!
- Generate HTML or text reports.
- Automatically update Flight Simulator's scenery library.
- Detailed and robust HTML Help system guides you every step of the way."; 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 = ''; } }