var fDesc=new Array(); fDesc[0] = "ATPL Piston Engines will teach you piston engine theory up to the standard required for the Air Transport Pilot's Licence theoretical knowledge examination. The course also includes EASA ATPL style tests which will give you the maximum possible assistance in preparing for the written examination. If you are a general aviation pilot, Piston Engines will teach you every aspect of your engine's operation far beyond the level of the PPL examination. Also, you can learn how to manage your engine in order to get optimal engine performance in the air."; 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 = ''; } }