var fDesc=new Array(); fDesc[0] = "MiG-29A Fulcrum is an Add-on for FS2004 or FSX that will put you in the cockpit of a MiG-29A Fulcrum combat airplane.
Mig-29A Fulcrum was designed to counter the US built F-16 and F/A-18 fighters. With a Mach 2.4 maximum speed and cieling of 59,000 ft, it has a combat range of 430 miles. It's powerful Klimov RD-33 engines give the Fulcrum an initial climb rate of 65,000 ft/minute!"; 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 = ''; } }