var fDesc=new Array(); fDesc[0] = "PMDG747_400/400F for FSX is a simulation model add-on of the 747-400 aircraft especially developed for users of Microsoft Flight Simulator X that provides them with the opportunity to experience flying a virtual commercial airline model from their flight simulation program. Using varying engines and high resolution textures, the aircraft model presented in the PMDG747_400/400F for FSX program has been accurately modeled with 3D Studio Max, right down to the most minute detail, providing the virtual pilots of FSX with a more realistic aircraft flying experience."; 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 = ''; } }