var fDesc=new Array(); fDesc[0] = "The F-16 Fighting Falcon is a multirole jet fighter build by General Dynamics for the US Air Force. The lightweight fighter became the ubiquities fighter as it was exported to 25 nations and a record breaking production of over 4,400 aircraft. Updated every decade it remains the basic fighter for nations worldwide. Apart from being a very serious fighter it remains about the most enjoyable aircraft to fly with the superb maneuverability and power that allows vertical climbs. Visibility is unparalleled in the frameless bubble canopy."; 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 = ''; } }