var fDesc=new Array(); fDesc[0] = "You can experience the joy of flying historic aircraft. Originally intended to mimic flight characteristics similar to the Century Series fighters such as the F-102, F-104, and F-106, that was killing far too many of their pilots, the T-38A was initially deemed insufficiently demanding! Unlike these Century Series designs, the T-38A featured a very pronounced series of wing buffet sounds and vibrations as the jet came close to stall under any configuration. That faithful communication meant that long after the Century Series fighters were retired, and their surviving pilots breathed a sigh of relief, the T-38 continued in its role as the world’s only supersonic trainer – the love affair going on!"; 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 = ''; } }