var fDesc=new Array(); fDesc[0] = "FSX Concorde is an add-on for Microsoft Flight Simulator X that brings the legendary Concorde to your desktop. The program includes many advanced textures and features such as a full Virtual Cockpit, 3D animations on exterior model, effects including smoke and afterburner and much more. The model is based on the FS France model that was popular in FS2004, but has now been modified and upgraded to be fully functional in FSX too."; 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 = ''; } }