var fDesc=new Array(); fDesc[0] = "Say you have an aircraft addon and you want to use it with Flight Simulator 98. Just open the Addon Installation Wizard and select the aircraft files. The program analyzes the addon to determine the best installation. Tweak the settings then press Finish. Your addon is installed to Flight Simulator 98 and you can use it immediately. It's really that simple!
Addit! Pro For Flight Simulator 98 is a full-featured addon manager for Microsoft Flight Simulator 98. With Addit! Pro you can:
- Easily install, manage and remove adventures, aircraft, panels, scenery, situations, sounds, textures and videos.
- Archive addons you are not using.
- Modify aircraft, panels and sounds.
- Add scenery to Flight Simulator 98's scenery library (WORLD.VIS)."; 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 = ''; } }