var fDesc=new Array(); fDesc[0] = "Shanghai Pudong is an airport expansion pack for Microsoft Flight Simulator FSX. Shanghai Pudong International Airport is the primary international airport serving Shanghai, and a major aviation hub for Asia. The airport is the main hub for China Eastern Airlines and Shanghai Airlines, and a major international hub for Air China. As of December 2013, Pudong Airport hosted 87 airlines serving 194 destinations serving a total of 40 million passengers, making it the third busiest airport in mainland China and the 20th busiest in the world."; 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 = ''; } }