var fDesc=new Array(); fDesc[0] = "This multimedia Computer-Based Training (CBT) course has been specifically designed for pilots wishing to study for the EASA ATPL Principles of Flight syllabus, though it will also be of interest to all pilots who wish to deepen their understanding of this important topic.

This course covers all aspects, starting by examining the atmosphere, before going on basic aerodynamic theory and subsonic airflow. Lift, drag and stalling are covered in detail leading onto the requirement for high lift devices. Lessons on stability, controls and the mechanics of flight lead in to a study of high speed flight and limitations. Important topics such as windshear and propeller design also have their own sections."; 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 = ''; } }