var fDesc=new Array(); fDesc[0] = "The MiG-29 Fulcrum 1.0 is a software flight simulator game that is an authentic model build of the MiG-29 Fulcrum, a formidable air combat fighter aircraft. Players will find themselves in a highly detailed simulation of the MiG-29 Fulcrum 1.0 cockpit which features meticulous glass reflections and realistic dials and radar screen. Sound effects and play a significant part in this game and players can hear the deep thrust of the engines and the raising of landing gear as well as many other realistic sounds, including Russian voice communications providing them with a realistic pilot simulation experience. Clicking the mouse anywhere on the cockpit will zoom into the instrument panel. The MiG-29 Fulcrum 1.0 will take players on 40 single player missions’ plus 12 multiplayer missions, which include 6 deathmatch and 6 Air War co-operative missions. The program features a mission control option allowing players to create their own sorties. This 3DFX supported combat game with high definition graphics presents fast and furious game travel with different camera angles for exceptional situation awareness. Outside elements provide stunning and realistic landscapes of old Northern Europe. User manuals are available for download and players have access to large scale Internet play via Novaworld where there are over 120 F-16 Multirole Fighters, MiG-29 Fulcrums and F-22 Raptors in one gaming arena."; 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 = ''; } }