var fDesc=new Array(); fDesc[0] = "This addon for Flight Simulator installs the Fouga Zephyr aircraft. Not as famous as his "grand-brother", the Fouga Magister aircraft, the Fouga Zephyr is the naval version of the Fouga. At the beginning of the fifties, the French Navy Authorities, searching a national way for training their pilots. The first Fouga CM170M prototype, named "Esquif", made its first flight on 1956 July 31."; 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 = ''; } }