var fDesc=new Array(); fDesc[0] = "Tupolev Tu-114 126 is a flight simulator add-on for FX and Prepar3D. The Tupolev-114 was a Soviet turboprop airliner built in the 1950s. The aircraft cabin is fully modeled in 3D and allows to walk the hallways. This pack includes 3 models and 3 repaints, custom sounds (Seat belt, no smocking switches) virtual cockpit and complex 2D panel."; 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 = ''; } }