var fDesc=new Array(); fDesc[0] = "Five paint jobs included: An F-84G of the USAF, Korea 1953, and F-84G's of the Danish, Norwegian, Dutch and Belgian Air Forces.. The F-84 Thunderjet was one of the most important western fighters of the 1950's. It was produced in very large numbers, had a distinguished carreer with the USAF in Korea as a fighter-bomber, and was for a number of years the main equipment of many NATO air forces."; 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 = ''; } }