var fDesc=new Array(); fDesc[0] = "iFly Jets: 747-400 for Prepar3D is one of the most advanced simulations ever brought to the P3D platform. Working with well known 747 Captains and Engineers, the iFly team captured the "Queen of The Skies" like never before. High accuracy simulation of cockpit and systems and a full load of features make this a premier expansion to Lockheed Martin's Prepar3d. The product was tested by real 747 pilots to help maintain the accuracy required for this simulation."; 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 = ''; } }