var fDesc=new Array(); fDesc[0] = "The Harriers can cruise at 360 knots up to 45,000 feet. It's designed to stay out of the sites of the ammunition.
The twin GE TF34-GE-100 engines spin to produce more than 9000 pounds of thrust each. Rev the engines and have patience until you're moving at about 110 knots. With a full load, you're moving more than 50,000 pounds."; 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 = ''; } }