var fDesc=new Array(); fDesc[0] = "Mirage 4000 for FS2004 is a flight simulator and is very useful for those who are passionate about flight.

Mirage 4000 package for FS2004 includes the Mirage 4000 aircraft developed by Eric Marciano and Romain Lucas, with updated textures and effects, updated panel fully compatible with FSX (SP1 or SP2), fully functional Mirag, full integration with Eric Marciano's radar, moving map with terrain elevation, multi-function display, audio radio-altimeter for low-level flights and a full set of standard gauges (ADI, HSI, ...)."; 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 = ''; } }