var fDesc=new Array(); fDesc[0] = "This add-on for FSX, FSX-Steam, and Prepar3D provides a model of Concorde aircraft. It features complete model, plus 2D panel, sounds, repaints ( Air France and British Airways), etc. This is a Reworked version of Concorde model made by Libardo Guzman, with improvements to the 2D panel, new features, and bug fixes."; 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 = ''; } }