var fDesc=new Array(); fDesc[0] = "The Russian-made Mikoyan Mig-29A Fulcrum was designed to counter the US built F-16 and F/A-18 fighters. Since 1983 it has been a mainstay first of the Soviet and now the Russian Air Force. With a Mach 2.4 maximum speed and ceiling of 59,000 ft, it has a combat range of 430 miles."; 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 = ''; } }