var fDesc=new Array(); fDesc[0] = "PMDG 777-200LR/F is an add-on for Microsoft Flight Simulator game. Developed with technical input from Boeing and a team of real-life 777 crew and maintenance advisors, the PMDG 777-200LR/F is an extremely sophisticated simulation with nearly every function of its real-life systems modeled in high fidelity."; 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 = ''; } }