var fDesc=new Array(); fDesc[0] = "Curtiss Reid Rambler III is an FSX extension which adds to the game full animation, 3D gauges and new textures. The Reid Rambler, later known under the Curtiss-Reid brand after Reid was purchased by Curtiss, was a biplane trainer/sport aircraft built in Canada in the early 1930s and used in small numbers as a trainer aircraft by the Royal Canadian Air Force."; 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 = ''; } }