var fDesc=new Array(); fDesc[0] = "You can fly from the 2D or 3D cockpits – there is little difference. For general flying, the virtual cockpit is the best because you can get a better view of the gauges.
The Vultee was a fast, single-engined airliner of the mid 1930's. American Airlines was the main user. Version 1.1 is modified to work with FSX as well as FS2004."; 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 = ''; } }