var fDesc=new Array(); fDesc[0] = "iFly Jets: The 747-400 for P3D is an expansion for Flight Simulator. High accuracy simulation of cockpit and systems and a full load of features make this a premier expansion to Lockheed Martin's Prepar3d. Ability to operate both Captain and First officer's instrumentation in different modes while in 2D and in the virtual cockpit."; 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 = ''; } }