var fDesc=new Array(); fDesc[0] = "The ATC Readback Trainer is a software application specially developed to train your readback skills. The software generates an infinite number of unique ATC calls and pronounces them using Text-To-Speech technology.
During every exercise your readback transmission is recorded. At the end of the training session you can replay your recordings and evaluate them yourself with the given ATC clearances. This way you learn what your pitfalls are and you can train yourself to improve your radio communication skills.
To make things even more realistic the software can also simulate different levels of cockpit workload. While listening to ATC you have to monitor your cockpit instruments and complete simple tasks in time."; 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 = ''; } }