var fDesc=new Array(); fDesc[0] = "FSX and FS2004 Martin 130 Clipper creates a piloting experience as close to reality as possible.
The Martin 130 flying boat were used for Pan American for the first airliner service across the Pacific Ocean. The route was San Francisco - Manila via Hawaii, Midway Island, Wake Island and Guam. Only three M130s were built, and NC14716 'China Clipper' was the first, serving with PanAm from 1935 to 1942, when it was taken over by the U.S. Navy. The model works with FS2004, FSX and FSX SP2."; 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 = ''; } }