var fDesc=new Array(); fDesc[0] = "This addon for Flight Simulator (FSX) and FSX-Steam installs the legendary Tupolev TU-144D aircraft. The Tupolev Tu-144 (NATO codename: Load) is a four-engine supersonic airliner developed in the USSR by the Tupolev design office. With the Anglo-French Concorde, they are the only supersonic commercial aircraft to have reached production."; 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 = ''; } }