var fDesc=new Array(); fDesc[0] = "The Tiger Moth model for the Flight Simulator X or FS2004.
The de Havilland Tiger Moth is the classic embodiment of the biplane trainer. With its distinctive dual wing and tail dragger layout, thousands of pilots learned to fly on this trainer before and during WW2. Many Tiger Moths are still in use today for recreational flying, although if you want to you can still learn to fly in one!"; 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 = ''; } }